summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* futex: Fix regression with read only mappingsShawn Bohrer2011-08-291-12/+42
* PM / Hibernate: Fix free_unnecessary_pages()Rafael J. Wysocki2011-07-131-1/+5
* PM / Hibernate: Avoid hitting OOM during preallocation of memoryRafael J. Wysocki2011-07-131-20/+65
* taskstats: don't allow duplicate entries in listener modeVasiliy Kulikov2011-07-131-3/+12
* PM: Free memory bitmaps if opening /dev/snapshot failsMichal Kubecek2011-07-131-1/+3
* clocksource: Make watchdog robust vs. interruptionThomas Gleixner2011-07-131-11/+13
* lockdep: Fix lock_is_held() on recursionPeter Zijlstra2011-06-231-1/+1
* time: Compensate for rounding on odd-frequency clocksourcesKasper Pedersen2011-06-231-2/+7
* ftrace: Only update the function code on write to filter filesSteven Rostedt2011-06-231-5/+7
* tick: Clear broadcast active bit when switching to oneshotThomas Gleixner2011-05-231-1/+11
* clocksource: Install completely before selectingjohn stultz2011-05-231-1/+1
* ptrace: Prepare to fix racy accesses on task breakpointsFrederic Weisbecker2011-05-232-1/+18
* next_pidmap: fix overflow conditionLinus Torvalds2011-04-221-1/+4
* repair gdbstub to match the gdbserial protocol specificationJason Wessel2011-04-141-6/+3
* Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfoRoland Dreier2011-04-141-2/+2
* perf: Better fit max unprivileged mlock pages for tools needsFrederic Weisbecker2011-04-141-1/+2
* Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes2011-03-281-4/+12
* smp_call_function_many: handle concurrent clearing of maskMilton Miller2011-03-281-3/+10
* call_function_many: add missing orderingMilton Miller2011-03-211-13/+33
* call_function_many: fix list delete vs add raceMilton Miller2011-03-211-7/+13
* sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka2011-03-211-4/+4
* pid: make setpgid() system call use RCU read-side critical sectionPaul E. McKenney2011-03-211-0/+2
* hw breakpoints: Fix pid namespace bugMatt Helsley2011-03-211-1/+2
* Fix unprotected access to task credentials in waitid()Daniel J Blueman2011-03-211-3/+2
* ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt2011-03-212-8/+46
* cpuset: add a missing unlock in cpuset_write_resmask()Li Zefan2011-03-211-2/+5
* clockevents: Prevent oneshot mode when broadcast device is periodicThomas Gleixner2011-03-213-1/+18
* genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner2011-03-211-1/+1
* PM / Hibernate: Return error code when alloc_image_page() failsStanislaw Gruszka2011-03-211-5/+2
* CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa2011-03-211-2/+2
* CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa2011-03-211-4/+8
* CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells2011-03-211-0/+25
* kernel/smp.c: fix smp_call_function_many() SMP raceAnton Blanchard2011-03-211-0/+30
* ptrace: use safer wake up on ptrace_detach()Tejun Heo2011-03-211-1/+1
* posix-cpu-timers: workaround to suppress the problems with mt execOleg Nesterov2011-03-211-0/+8
* tracing: Fix panic when lseek() called on "trace" opened for writingSlava Pestov2011-03-211-1/+9
* PM / Hibernate: Fix PM_POST_* notification with user-space suspendTakashi Iwai2011-03-211-1/+1
* nohz: Fix get_next_timer_interrupt() vs cpu hotplugHeiko Carstens2011-03-211-0/+6
* nohz: Fix printk_needs_cpu() return value on offline cpusHeiko Carstens2011-03-211-0/+2
* genirq: Fix incorrect proc spurious outputKenji Kaneshige2011-03-211-1/+1
* Prioritize synchronous signals over 'normal' signalsLinus Torvalds2011-03-211-13/+30
* compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin2011-03-211-0/+22
* do_exit(): make sure that we run with get_fs() == USER_DSNelson Elhage2011-03-211-0/+9
* latencytop: fix per task accumulatorKen Chen2011-03-211-9/+8
* futex: Fix errors in nested key ref-countingDarren Hart2011-03-211-15/+16
* sched: Fix string comparison in /proc/sched_featuresMathieu Desnoyers2011-03-211-4/+3
* hrtimer: Preserve timer state in remove_hrtimer()Salman Qazi2011-03-211-2/+11
* ring-buffer: Fix typo of time extends per pageSteven Rostedt2011-03-211-1/+1
* futex: futex_find_get_task remove credentails checkMichal Hocko2010-08-021-13/+4
* genirq: Deal with desc->set_type() changing desc->chipThomas Gleixner2010-08-021-0/+3