summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-01-16sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSWChanho Min1-0/+5
2013-01-16sched: fix divide by zero at {thread_group,task}_timesStanislaw Gruszka1-14/+20
2013-01-16perf: Fix tear-down of inherited group eventsPeter Zijlstra1-5/+8
2013-01-16perf_events: Fix races in group compositionPeter Zijlstra1-24/+67
2013-01-16Make TASKSTATS require root accessLinus Torvalds1-0/+1
2013-01-16tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner1-1/+1
2013-01-16genirq: Fix race condition when stopping the irq threadIdo Yariv1-1/+4
2013-01-16timekeeping: add arch_offset hook to ktime_get functionsHector Palacios1-0/+4
2013-01-16time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz1-3/+3
2013-01-16time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz1-0/+4
2013-01-16time: Improve sanity checking of timekeeping inputsJohn Stultz1-1/+14
2012-08-17random: remove rand_initialize_irq()Theodore Ts'o1-17/+0
2012-08-17random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o1-4/+3
2012-08-17PM / Suspend: Off by one in pm_suspend()Dan Carpenter1-1/+1
2012-08-17timekeeping: Add missing update call in timekeeping_resume()Thomas Gleixner1-0/+1
2012-08-17hrtimer: Update hrtimer base offsets each hrtimer_interruptJohn Stultz1-15/+12
2012-08-17timekeeping: Provide hrtimer update functionThomas Gleixner1-0/+32
2012-08-17hrtimers: Move lock held region in hrtimer_interrupt()Thomas Gleixner1-2/+3
2012-08-17timekeeping: Maintain ktime_t based offsets for hrtimersThomas Gleixner1-1/+24
2012-08-17timekeeping: Fix leapsecond triggered load spike issueJohn Stultz1-0/+2
2012-08-17hrtimer: Provide clock_was_set_delayed()John Stultz1-0/+20
2012-08-17time: Move common updates to a functionThomas Gleixner1-6/+14
2012-08-17timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecondJohn Stultz1-0/+1
2012-08-17ntp: Fix STA_INS/DEL clearing bugJohn Stultz1-2/+6
2012-08-17ntp: Correct TAI offset during leap secondRichard Cochran1-1/+1
2012-08-17ntp: Fix leap-second hrtimer livelockJohn Stultz2-91/+43
2012-08-17time: Change jiffies_to_clock_t() argument type to unsigned longhank1-1/+1
2012-08-17kmod: prevent kmod_loop_msg overflow in __request_module()Jiri Kosina1-1/+3
2012-08-17perf: overflow/perf_count_sw_cpu_clock crashes recent kernelsPeter Zijlstra1-6/+2
2012-05-17futex: Fix uninterruptible loop due to gate_areaHugh Dickins1-8/+20
2012-05-17futex: Fix regression with read only mappingsShawn Bohrer1-12/+42
2012-05-17PM / Hibernate: Fix free_unnecessary_pages()Rafael J. Wysocki1-1/+5
2012-05-17PM / Hibernate: Avoid hitting OOM during preallocation of memoryRafael J. Wysocki1-20/+65
2012-05-17PM: Free memory bitmaps if opening /dev/snapshot failsMichal Kubecek1-1/+3
2012-05-17clocksource: Make watchdog robust vs. interruptionThomas Gleixner1-11/+13
2012-05-17time: Compensate for rounding on odd-frequency clocksourcesKasper Pedersen1-2/+7
2012-05-17genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell1-7/+28
2012-05-17genirq: Add IRQF_FORCE_RESUMEThomas Gleixner2-4/+10
2012-05-17lockdep: Fix lock_is_held() on recursionPeter Zijlstra1-1/+1
2012-05-17ftrace: Only update the function code on write to filter filesSteven Rostedt1-5/+7
2012-03-14taskstats: don't allow duplicate entries in listener modeVasiliy Kulikov1-3/+12
2012-03-14tick: Clear broadcast active bit when switching to oneshotThomas Gleixner1-1/+11
2012-03-14clocksource: Install completely before selectingjohn stultz1-1/+1
2012-03-14next_pidmap: fix overflow conditionLinus Torvalds1-1/+4
2012-03-14repair gdbstub to match the gdbserial protocol specificationJason Wessel1-6/+3
2012-03-14perf: Better fit max unprivileged mlock pages for tools needsFrederic Weisbecker1-1/+2
2011-06-26smp_call_function_many: handle concurrent clearing of maskMilton Miller1-3/+10
2011-06-26call_function_many: add missing orderingMilton Miller1-13/+33
2011-06-26call_function_many: fix list delete vs add raceMilton Miller1-7/+13
2011-06-26ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt2-8/+46