aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * hrtimer: Fix extra wakeups from __remove_hrtimer()Jeff Ohlstein2011-12-091-2/+4
| | * timekeeping: add arch_offset hook to ktime_get functionsHector Palacios2011-12-091-0/+4
| | * cgroup_freezer: fix freezing groups with stopped tasksMichal Hocko2011-12-091-2/+9
| | * genirq: fix regression in irqfixup, irqpollEdward Donovan2011-12-091-1/+3
| | * genirq: Fix irqfixup, irqpoll regressionEdward Donovan2011-11-261-1/+1
| | * PM / Suspend: Off by one in pm_suspend()Dan Carpenter2011-11-111-1/+1
| | * ptrace: don't clear GROUP_STOP_SIGMASK on double-stopOleg Nesterov2011-11-111-3/+1
| | * genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell2011-11-111-7/+41
| | * tracing: Fix returning of duplicate data after EOF in trace_pipe_rawSteven Rostedt2011-11-111-2/+2
| | * time: Change jiffies_to_clock_t() argument type to unsigned longhank2011-11-111-1/+1
| | * kmod: prevent kmod_loop_msg overflow in __request_module()Jiri Kosina2011-11-111-1/+3
* | | 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