summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-01-03Revert "clockevents: Set noop handler in clockevents_exchange_device()"Linus Torvalds1-1/+0
2011-12-21Make TASKSTATS require root accessLinus Torvalds1-0/+1
2011-12-21alarmtimers: Fix time comparisonThomas Gleixner1-1/+1
2011-12-09clockevents: Set noop handler in clockevents_exchange_device()Thomas Gleixner1-0/+1
2011-12-09clocksource: Fix bug with max_deferment margin calculationYang Honggang (Joseph)1-2/+2
2011-12-09jump_label: jump_label_inc may return before the code is patchedGleb Natapov1-1/+2
2011-12-09tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner1-1/+1
2011-12-09tracing: fix event_subsystem ref countingIlya Dryomov1-1/+0
2011-12-09trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call-...Tejun Heo1-3/+3
2011-12-09genirq: Fix race condition when stopping the irq threadIdo Yariv1-1/+4
2011-12-09hrtimer: Fix extra wakeups from __remove_hrtimer()Jeff Ohlstein1-2/+4
2011-12-09timekeeping: add arch_offset hook to ktime_get functionsHector Palacios1-0/+4
2011-12-09cgroup_freezer: fix freezing groups with stopped tasksMichal Hocko1-2/+9
2011-12-09genirq: fix regression in irqfixup, irqpollEdward Donovan1-1/+3
2011-11-26genirq: Fix irqfixup, irqpoll regressionEdward Donovan1-1/+1
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