summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-02-23Export the symbol of getboottime and mmonotonic_to_bootbasedJason Wang1-0/+2
2010-02-23futex: Handle futex value corruption gracefullyThomas Gleixner1-2/+19
2010-02-23futex: Handle user space corruption gracefullyThomas Gleixner1-0/+7
2010-02-23futex_lock_pi() key refcnt fixMikael Pettersson1-1/+1
2010-02-09NET: fix oops at bootime in sysctl codejamal1-0/+1
2010-02-09kernel/cred.c: use kmem_cache_freeJulia Lawall1-1/+1
2010-02-09clocksource: fix compilation if no GENERIC_TIMEAaro Koskinen1-2/+2
2010-01-28timers, init: Limit the number of per cpu calibration bootup messagesMike Travis1-3/+2
2010-01-28nohz: Prevent clocksource wrapping during idleJon Hunter3-14/+93
2010-01-28sched: Fix missing sched tunable recalculation on cpu add/removeChristian Ehrhardt2-13/+32
2010-01-28sched: Fix isolcpus boot optionRusty Russell1-1/+4
2010-01-28clockevents: Add missing include to pacify sparseH Hartley Sweeten1-0/+2
2010-01-28clockevent: Don't remove broadcast device when cpu is deadXiaotian Feng1-1/+2
2010-01-25perf: Honour event state for aux stream dataPeter Zijlstra1-0/+9
2010-01-25perf events: Dont report side-band events on each cpu for per-task-per-cpu ev...Peter Zijlstra1-3/+18
2010-01-22sched: Fix task priority bugPeter Zijlstra1-6/+0
2010-01-22sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCKDavid Miller1-8/+15
2010-01-22futexes: Remove rw parameter from get_futex_key()KOSAKI Motohiro1-15/+12
2010-01-18module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=yRusty Russell1-7/+21
2010-01-18fix more leaks in audit_tree.c tag_chunk()Al Viro1-3/+6
2010-01-18fix braindamage in audit_tree.c untag_chunk()Al Viro1-2/+2
2010-01-18kernel/sysctl.c: fix stable merge error in NOMMU mmap_min_addrMike Frysinger1-1/+1
2010-01-18kernel/signal.c: fix kernel information leak with print-fatal-signals=1Andi Kleen1-1/+2
2010-01-18cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()Dave Anderson1-1/+0
2010-01-18modules: Skip empty sections when exporting section notesBen Hutchings1-7/+10
2010-01-06sched: Sched_rt_periodic_timer vs cpu hotplugPeter Zijlstra1-0/+2
2010-01-06sched: Fix balance vs hotplug racePeter Zijlstra3-27/+39
2010-01-06kernel/sysctl.c: fix the incomplete part of sysctl_max_map_count-should-be-no...WANG Cong1-1/+1
2010-01-06'sysctl_max_map_count' should be non-negativeAmerigo Wang1-1/+2
2010-01-06NOMMU: Optimise away the {dac_,}mmap_min_addr testsDavid Howells1-0/+2
2010-01-06clockevents: Prevent clockevent_devices list corruption on cpu hotplugThomas Gleixner1-3/+15
2010-01-06sched: Select_task_rq_fair() must honour SD_LOAD_BALANCEPeter Zijlstra1-0/+3
2010-01-06sched: Fix task_hot() test orderPeter Zijlstra1-3/+3
2009-12-18perf_event: Fix incorrect range check on cpu numberPaul Mackerras1-1/+1
2009-12-18futex: Take mmap_sem for get_user_pages in fault_in_user_writeableAndi Kleen1-2/+8
2009-12-18bsdacct: fix uid/gid misreportingAlexey Dobriyan1-1/+2
2009-12-18sched: Fix and clean up rate-limit newidle codeMike Galbraith1-13/+15
2009-12-18sched: Rate-limit newidleMike Galbraith2-1/+25
2009-12-18sched: Fix affinity logic in select_task_rq_fair()Mike Galbraith1-0/+2
2009-12-18sched: Check for an idle shared cache in select_task_rq_fair()Mike Galbraith1-4/+29
2009-12-18perf: Don't free perf_mmap_data until work has been doneKristian Høgsberg1-1/+2
2009-12-18perf_event: Initialize data.period in perf_swevent_hrtimer()Xiao Guangrong1-0/+1
2009-12-18rcu: Remove inline from forward-referenced functionsPaul E. McKenney2-3/+3
2009-12-18rcu: Fix note_new_gpnum() uses of ->gpnumPaul E. McKenney1-5/+27
2009-12-18rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed counterPaul E. McKenney2-48/+83
2009-12-18rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling of ->...Paul E. McKenney2-41/+34
2009-12-02modules: don't export section names of empty sections via sysfsHelge Deller1-1/+4
2009-12-01SLOW_WORK: Move slow_work's proc file to debugfsDavid Howells4-12/+18
2009-12-01SLOW_WORK: Fix the CONFIG_MODULES=n caseDavid Howells1-17/+29
2009-11-19SLOW_WORK: Allow a requeueable work item to sleep till the thread is neededDavid Howells1-9/+85