aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Added support for ariesPawit Pornkitprasan2011-12-241-0/+86
* Fix "time: Catch invalid timespec sleep values in __timekeeping_inject_sleept...Arve Hjønnevåg2011-11-221-1/+1
* time: Catch invalid timespec sleep values in __timekeeping_inject_sleeptimeJohn Stultz2011-11-221-0/+6
* Merge commit 'v3.0.8' into android-3.0Colin Cross2011-10-2713-81/+172
|\
| * cputimer: Cure lock inversionPeter Zijlstra2011-10-251-3/+4
| * Avoid using variable-length arrays in kernel/sys.cLinus Torvalds2011-10-251-1/+1
| * ftrace: Fix regression where ftrace breaks when modules are loadedSteven Rostedt2011-10-161-2/+28
| * ftrace: Fix regression of :mod:module function enablingSteven Rostedt2011-10-162-10/+5
| * posix-cpu-timers: Cure SMP wobblesPeter Zijlstra2011-10-162-26/+3
| * sched: Fix up wchan borkageSimon Kirby2011-10-161-1/+1
| * sched/rt: Migrate equal priority tasks to available CPUsShawn Bohrer2011-10-161-2/+2
| * workqueue: lock cwq access in drain_workqueueThomas Tuttle2011-10-031-1/+6
| * genirq: Make irq_shutdown() symmetric vs. irq_startup againGeert Uytterhoeven2011-10-031-1/+1
| * sched: Fix a memory leak in __sdt_free()WANG Cong2011-10-031-0/+1
| * sched: Move blk_schedule_flush_plug() out of __schedule()Thomas Gleixner2011-10-031-10/+15
| * sched: Separate the scheduler entry for preemptionThomas Gleixner2011-10-031-5/+10
| * alarmtimers: Avoid possible denial of service with high freq periodic timersJohn Stultz2011-10-031-0/+9
| * alarmtimers: Memset itimerspec passed into alarm_timer_getJohn Stultz2011-10-031-0/+2
| * alarmtimers: Avoid possible null pointer traversalJohn Stultz2011-10-031-5/+2
| * kernel/printk: do not turn off bootconsole in printk_late_init() if keep_bootconNishanth Aravamudan2011-10-031-1/+1
| * Add a personality to report 2.6.x version numbersAndi Kleen2011-08-291-0/+38
| * x86, mtrr: lock stop machine during MTRR rendezvous sequenceSuresh Siddha2011-08-291-1/+1
| * genirq: Fix wrong bit operationjhbird.choi@samsung.com2011-08-291-2/+2
| * futex: Fix regression with read only mappingsShawn Bohrer2011-08-151-12/+42
* | PM: Backoff suspend if repeated attempts failTodd Poynor2011-09-061-4/+35
* | panic: Add board ID to panic outputNishanth Menon2011-08-191-0/+8
* | Merge commit 'v3.0.1' into android-3.0Colin Cross2011-08-105-25/+106
|\ \ | |/
| * mm/futex: fix futex writes on archs with SW tracking of dirty & youngBenjamin Herrenschmidt2011-08-041-2/+2
| * tracing: Have "enable" file use refcounts like the "filter" fileSteven Rostedt2011-08-041-9/+22
| * tracing: Fix bug when reading system filters on module removalSteven Rostedt2011-08-043-11/+82
| * perf: Fix software event overflowPeter Zijlstra2011-08-041-5/+2
* | Merge commit 'v3.0' into android-3.0Colin Cross2011-08-108-92/+335
|\ \ | |/
| * Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-07-204-28/+100
| |\
| | * Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2011-07-204-28/+100
| | |\
| | | * signal: align __lock_task_sighand() irq disabling and RCUPaul E. McKenney2011-07-201-6/+13
| | | * softirq,rcu: Inform RCU of irq_exit() activityPeter Zijlstra2011-07-202-3/+11
| | | * sched: Add irq_{enter,exit}() to scheduler_ipi()Peter Zijlstra2011-07-201-6/+38
| | | * rcu: protect __rcu_read_unlock() against scheduler-using irq handlersPaul E. McKenney2011-07-201-5/+24
| | | * rcu: Streamline code produced by __rcu_read_unlock()Paul E. McKenney2011-07-191-6/+6
| | | * rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_specialPaul E. McKenney2011-07-191-2/+6
| | | * rcu: decrease rcu_report_exp_rnp coupling with schedulerPaul E. McKenney2011-07-191-2/+4
| * | | sched: Avoid creating superfluous NUMA domains on non-NUMA systemsPeter Zijlstra2011-07-201-0/+2
| * | | sched: Allow for overlapping sched_domain spansPeter Zijlstra2011-07-202-29/+130
| * | | sched: Break out cpu_power from the sched_group structurePeter Zijlstra2011-07-202-29/+49
| |/ /
| * | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2011-07-152-5/+36
| |\ \ | | |/
| | * rcu: Prevent RCU callbacks from executing before scheduler initializedPaul E. McKenney2011-07-132-5/+36
| * | sched: Fix 32bit racePeter Zijlstra2011-07-151-0/+3
| * | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/lin...Linus Torvalds2011-07-121-2/+16
| |\ \ | | |/ | |/|
| | * genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)Simon Guinot2011-07-071-2/+16
* | | PM: wakelocks: Display wakelocks preventing suspend by defaultTodd Poynor2011-08-101-1/+1