summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-11-11PM / Suspend: Off by one in pm_suspend()Dan Carpenter1-1/+1
2011-11-11ptrace: don't clear GROUP_STOP_SIGMASK on double-stopOleg Nesterov1-3/+1
2011-11-11genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell1-7/+41
2011-11-11tracing: Fix returning of duplicate data after EOF in trace_pipe_rawSteven Rostedt1-2/+2
2011-11-11time: Change jiffies_to_clock_t() argument type to unsigned longhank1-1/+1
2011-11-11kmod: prevent kmod_loop_msg overflow in __request_module()Jiri Kosina1-1/+3
2011-10-25cputimer: Cure lock inversionPeter Zijlstra1-3/+4
2011-10-25Avoid using variable-length arrays in kernel/sys.cLinus Torvalds1-1/+1
2011-10-16ftrace: Fix regression where ftrace breaks when modules are loadedSteven Rostedt1-2/+28
2011-10-16ftrace: Fix regression of :mod:module function enablingSteven Rostedt2-10/+5
2011-10-16posix-cpu-timers: Cure SMP wobblesPeter Zijlstra2-26/+3
2011-10-16sched: Fix up wchan borkageSimon Kirby1-1/+1
2011-10-16sched/rt: Migrate equal priority tasks to available CPUsShawn Bohrer1-2/+2
2011-10-03workqueue: lock cwq access in drain_workqueueThomas Tuttle1-1/+6
2011-10-03genirq: Make irq_shutdown() symmetric vs. irq_startup againGeert Uytterhoeven1-1/+1
2011-10-03sched: Fix a memory leak in __sdt_free()WANG Cong1-0/+1
2011-10-03sched: Move blk_schedule_flush_plug() out of __schedule()Thomas Gleixner1-10/+15
2011-10-03sched: Separate the scheduler entry for preemptionThomas Gleixner1-5/+10
2011-10-03alarmtimers: Avoid possible denial of service with high freq periodic timersJohn Stultz1-0/+9
2011-10-03alarmtimers: Memset itimerspec passed into alarm_timer_getJohn Stultz1-0/+2
2011-10-03alarmtimers: Avoid possible null pointer traversalJohn Stultz1-5/+2
2011-10-03kernel/printk: do not turn off bootconsole in printk_late_init() if keep_bootconNishanth Aravamudan1-1/+1
2011-08-29Add a personality to report 2.6.x version numbersAndi Kleen1-0/+38
2011-08-29x86, mtrr: lock stop machine during MTRR rendezvous sequenceSuresh Siddha1-1/+1
2011-08-29genirq: Fix wrong bit operationjhbird.choi@samsung.com1-2/+2
2011-08-15futex: Fix regression with read only mappingsShawn Bohrer1-12/+42
2011-08-04mm/futex: fix futex writes on archs with SW tracking of dirty & youngBenjamin Herrenschmidt1-2/+2
2011-08-04tracing: Have "enable" file use refcounts like the "filter" fileSteven Rostedt1-9/+22
2011-08-04tracing: Fix bug when reading system filters on module removalSteven Rostedt3-11/+82
2011-08-04perf: Fix software event overflowPeter Zijlstra1-5/+2
2011-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-28/+100
2011-07-20Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar4-28/+100
2011-07-20signal: align __lock_task_sighand() irq disabling and RCUPaul E. McKenney1-6/+13
2011-07-20softirq,rcu: Inform RCU of irq_exit() activityPeter Zijlstra2-3/+11
2011-07-20sched: Add irq_{enter,exit}() to scheduler_ipi()Peter Zijlstra1-6/+38
2011-07-20rcu: protect __rcu_read_unlock() against scheduler-using irq handlersPaul E. McKenney1-5/+24
2011-07-20sched: Avoid creating superfluous NUMA domains on non-NUMA systemsPeter Zijlstra1-0/+2
2011-07-20sched: Allow for overlapping sched_domain spansPeter Zijlstra2-29/+130
2011-07-20sched: Break out cpu_power from the sched_group structurePeter Zijlstra2-29/+49
2011-07-19rcu: Streamline code produced by __rcu_read_unlock()Paul E. McKenney1-6/+6
2011-07-19rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_specialPaul E. McKenney1-2/+6
2011-07-19rcu: decrease rcu_report_exp_rnp coupling with schedulerPaul E. McKenney1-2/+4
2011-07-15Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2-5/+36
2011-07-15sched: Fix 32bit racePeter Zijlstra1-0/+3
2011-07-13rcu: Prevent RCU callbacks from executing before scheduler initializedPaul E. McKenney2-5/+36
2011-07-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/lin...Linus Torvalds1-2/+16
2011-07-07Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+5
2011-07-07Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds2-11/+12
2011-07-07genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)Simon Guinot1-2/+16
2011-07-06PM / Hibernate: Fix free_unnecessary_pages()Rafael J. Wysocki1-1/+5