summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* NET: fix oops at bootime in sysctl codejamal2010-02-091-0/+1
* kernel/cred.c: use kmem_cache_freeJulia Lawall2010-02-091-1/+1
* clocksource: fix compilation if no GENERIC_TIMEAaro Koskinen2010-02-091-2/+2
* timers, init: Limit the number of per cpu calibration bootup messagesMike Travis2010-01-281-3/+2
* nohz: Prevent clocksource wrapping during idleJon Hunter2010-01-283-14/+93
* sched: Fix missing sched tunable recalculation on cpu add/removeChristian Ehrhardt2010-01-282-13/+32
* sched: Fix isolcpus boot optionRusty Russell2010-01-281-1/+4
* clockevents: Add missing include to pacify sparseH Hartley Sweeten2010-01-281-0/+2
* clockevent: Don't remove broadcast device when cpu is deadXiaotian Feng2010-01-281-1/+2
* perf: Honour event state for aux stream dataPeter Zijlstra2010-01-251-0/+9
* perf events: Dont report side-band events on each cpu for per-task-per-cpu ev...Peter Zijlstra2010-01-251-3/+18
* sched: Fix task priority bugPeter Zijlstra2010-01-221-6/+0
* sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCKDavid Miller2010-01-221-8/+15
* futexes: Remove rw parameter from get_futex_key()KOSAKI Motohiro2010-01-221-15/+12
* module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=yRusty Russell2010-01-181-7/+21
* fix more leaks in audit_tree.c tag_chunk()Al Viro2010-01-181-3/+6
* fix braindamage in audit_tree.c untag_chunk()Al Viro2010-01-181-2/+2
* kernel/sysctl.c: fix stable merge error in NOMMU mmap_min_addrMike Frysinger2010-01-181-1/+1
* kernel/signal.c: fix kernel information leak with print-fatal-signals=1Andi Kleen2010-01-181-1/+2
* cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()Dave Anderson2010-01-181-1/+0
* modules: Skip empty sections when exporting section notesBen Hutchings2010-01-181-7/+10
* sched: Sched_rt_periodic_timer vs cpu hotplugPeter Zijlstra2010-01-061-0/+2
* sched: Fix balance vs hotplug racePeter Zijlstra2010-01-063-27/+39
* kernel/sysctl.c: fix the incomplete part of sysctl_max_map_count-should-be-no...WANG Cong2010-01-061-1/+1
* 'sysctl_max_map_count' should be non-negativeAmerigo Wang2010-01-061-1/+2
* NOMMU: Optimise away the {dac_,}mmap_min_addr testsDavid Howells2010-01-061-0/+2
* clockevents: Prevent clockevent_devices list corruption on cpu hotplugThomas Gleixner2010-01-061-3/+15
* sched: Select_task_rq_fair() must honour SD_LOAD_BALANCEPeter Zijlstra2010-01-061-0/+3
* sched: Fix task_hot() test orderPeter Zijlstra2010-01-061-3/+3
* perf_event: Fix incorrect range check on cpu numberPaul Mackerras2009-12-181-1/+1
* futex: Take mmap_sem for get_user_pages in fault_in_user_writeableAndi Kleen2009-12-181-2/+8
* bsdacct: fix uid/gid misreportingAlexey Dobriyan2009-12-181-1/+2
* sched: Fix and clean up rate-limit newidle codeMike Galbraith2009-12-181-13/+15
* sched: Rate-limit newidleMike Galbraith2009-12-182-1/+25
* sched: Fix affinity logic in select_task_rq_fair()Mike Galbraith2009-12-181-0/+2
* sched: Check for an idle shared cache in select_task_rq_fair()Mike Galbraith2009-12-181-4/+29
* perf: Don't free perf_mmap_data until work has been doneKristian Høgsberg2009-12-181-1/+2
* perf_event: Initialize data.period in perf_swevent_hrtimer()Xiao Guangrong2009-12-181-0/+1
* rcu: Remove inline from forward-referenced functionsPaul E. McKenney2009-12-182-3/+3
* rcu: Fix note_new_gpnum() uses of ->gpnumPaul E. McKenney2009-12-181-5/+27
* rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed counterPaul E. McKenney2009-12-182-48/+83
* rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling of ->...Paul E. McKenney2009-12-182-41/+34
* modules: don't export section names of empty sections via sysfsHelge Deller2009-12-021-1/+4
* SLOW_WORK: Move slow_work's proc file to debugfsDavid Howells2009-12-014-12/+18
* SLOW_WORK: Fix the CONFIG_MODULES=n caseDavid Howells2009-12-011-17/+29
* SLOW_WORK: Allow a requeueable work item to sleep till the thread is neededDavid Howells2009-11-191-9/+85
* SLOW_WORK: Allow the work items to be viewed through a /proc fileDavid Howells2009-11-194-11/+333
* SLOW_WORK: Add delayed_slow_work supportJens Axboe2009-11-191-2/+127
* SLOW_WORK: Add support for cancellation of slow workJens Axboe2009-11-191-6/+75
* SLOW_WORK: Make slow_work_ops ->get_ref/->put_ref optionalJens Axboe2009-11-191-20/+16