aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-10-30Anyka GPL kernel dumplinux-2.6.32.9-akAnyka20-19/+1682
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
2009-11-19SLOW_WORK: Allow the work items to be viewed through a /proc fileDavid Howells4-11/+333
2009-11-19SLOW_WORK: Add delayed_slow_work supportJens Axboe1-2/+127
2009-11-19SLOW_WORK: Add support for cancellation of slow workJens Axboe1-6/+75
2009-11-19SLOW_WORK: Make slow_work_ops ->get_ref/->put_ref optionalJens Axboe1-20/+16
2009-11-19SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells1-6/+126
2009-11-17workqueue: fix race condition in schedule_on_each_cpu()Tejun Heo1-15/+13
2009-11-11Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-9/+16
2009-11-11Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2009-11-08sched: Use root_task_group_empty only with FAIR_GROUP_SCHEDCyrill Gorcunov1-1/+2
2009-11-08sched: Fix kernel-doc function parameter nameRandy Dunlap1-1/+1
2009-11-07genirq: try_one_irq() must be called with irq disabledYong Zhang1-0/+2
2009-11-05Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-53/+83
2009-11-05Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+5
2009-11-04ftrace: Fix unmatched locking in ftrace_regex_write()Li Zefan1-3/+3
2009-11-04ring-buffer: Synchronize resizing buffer with reader lockLai Jiangshan1-0/+2
2009-11-03Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-24/+30
2009-11-03Correct nr_processes() when CPUs have been unpluggedIan Campbell1-1/+1
2009-11-03PM / Hibernate: Add newline to load_image() fail pathJiri Slaby1-1/+2
2009-11-03PM / Hibernate: Fix error handling in save_image()Jiri Slaby1-16/+16
2009-11-03PM / Hibernate: Fix blkdev refleaksJiri Slaby2-7/+12
2009-11-03sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.cMike Galbraith2-23/+32
2009-11-02Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+1
2009-11-02Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-22/+44
2009-11-02Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-12/+15
2009-11-02rcu: Fix long-grace-period race between forcing and initializationPaul E. McKenney2-8/+15
2009-11-02uids: Prevent tear down raceThomas Gleixner1-1/+1
2009-11-02sched: Fix boot crash by zalloc()ing most of the cpu masksRusty Russell1-3/+3
2009-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-11/+11
2009-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-param-fixesLinus Torvalds1-11/+6
2009-10-29Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-7/+37
2009-10-29Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-22/+102
2009-10-29Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2009-10-29Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-14/+13
2009-10-29sysctl: fix false positives when PROC_SYSCTL=nAlexey Dobriyan1-1/+1
2009-10-29cgroup: fix strstrip() misuseKOSAKI Motohiro1-5/+3
2009-10-29connector: fix regression introduced by sid connectorChristian Borntraeger2-3/+3
2009-10-29param: fix setting arrays of boolRusty Russell1-1/+4
2009-10-29param: fix NULL comparison on oomRusty Russell1-1/+1
2009-10-29param: fix lots of bugs with writing charp params from sysfs, by leaking mem.Rusty Russell1-9/+1
2009-10-28futex: Fix spurious wakeup for requeue_pi reallyThomas Gleixner1-5/+1
2009-10-29sched: move rq_weight data array out of .percpuJiri Kosina1-11/+11
2009-10-24tracing: Remove cpu arg from the rb_time_stamp() functionJiri Olsa1-5/+5
2009-10-24tracing: Fix comment typo and documentation exampleJiri Olsa1-1/+1
2009-10-24tracing: Fix trace_seq_printf() return valueJiri Olsa1-1/+4
2009-10-24tracing: Update *ppos instead of filp->f_posJiri Olsa2-5/+5
2009-10-23sched: Strengthen buddies and mitigate buddy induced latenciesMike Galbraith2-27/+48
2009-10-23perf events: Don't generate events for the idle task when exclude_idle is setSoeren Sandmann1-2/+3
2009-10-23perf events: Fix swevent hrtimer sampling by keeping track of remaining time ...Soeren Sandmann1-20/+41
2009-10-22PM: Make warning in suspend_test_finish() less likely to happenRafael J. Wysocki1-2/+3
2009-10-19HWPOISON: Allow schedule_on_each_cpu() from keventdAndi Kleen1-2/+19
2009-10-16futex: Move drop_futex_key_refs out of spinlock'ed regionDarren Hart1-1/+2
2009-10-15Merge the right tty-fixes branchLinus Torvalds1-1/+1
2009-10-15rcu: Fix TREE_PREEMPT_RCU CPU_HOTPLUG bad-luck hangPaul E. McKenney3-12/+34
2009-10-15rcu: Stopgap fix for synchronize_rcu_expedited() for TREE_PREEMPT_RCUPaul E. McKenney1-0/+21
2009-10-15rcu: Prevent RCU IPI storms in presence of high call_rcu() loadPaul E. McKenney2-5/+28
2009-10-14Merge branch 'tty-fixes'Linus Torvalds1-0/+18
2009-10-14Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+12
2009-10-14Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+8
2009-10-14Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+3
2009-10-14workqueue: add 'flush_delayed_work()' to run and wait for delayed workLinus Torvalds1-0/+18
2009-10-14futex: Check for NULL keys in match_futexDarren Hart1-1/+2
2009-10-14workqueue: add 'flush_delayed_work()' to run and wait for delayed workLinus Torvalds1-0/+18
2009-10-14sched: Do less agressive buddy clearingPeter Zijlstra1-14/+13
2009-10-14perf_event: Adjust frequency and unthrottle for non-group-leader eventsPaul Mackerras1-1/+1
2009-10-13futex: Handle spurious wake upThomas Gleixner1-3/+15
2009-10-13Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+0
2009-10-13tracing/filters: Fix memory leak when setting a filterLi Zefan1-1/+2
2009-10-12sched: Fix missing kernel-doc notationRandy Dunlap1-0/+2
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan3-0/+3
2009-10-09sched: Update the clock of runqueue select_task_rq() selectedMike Galbraith1-2/+6
2009-10-09lockdep: Use cpu_clock() for lockstatPeter Zijlstra1-8/+12
2009-10-09writeback: account IO throttling wait as iowaitWu Fengguang1-3/+0
2009-10-09tracing: fix trace_vprintk callSteven Rostedt1-1/+1
2009-10-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-299/+386
2009-10-08Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-11/+9
2009-10-08Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-35/+37
2009-10-08Merge branch 'sparc-perf-events-fixes-for-linus' of git://git.kernel.org/pub/...Linus Torvalds1-62/+186
2009-10-08Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2009-10-07tracing: user local buffer variable for trace branch tracerSteven Rostedt1-3/+5
2009-10-07tracing: fix warning on kernel/trace/trace_branch.c andtrace_hw_branches.cZhenwen Xu2-4/+6
2009-10-07ftrace: check for failure for all conversionsSteven Rostedt1-8/+3
2009-10-07tracing: correct module boundaries for ftrace_releasejolsa@redhat.com1-8/+4
2009-10-07futex: fix requeue_pi key imbalanceDarren Hart1-1/+0
2009-10-07tracing: fix transposed numbers of lock_depth and preempt_countSteven Rostedt1-6/+8
2009-10-07NOHZ: update idle state also when NOHZ is inactiveEero Nurkkala1-2/+7
2009-10-07rcu: Place root rcu_node structure in separate lockdep classPaul E. McKenney1-1/+3
2009-10-07rcu: Make hot-unplugged CPU relinquish its own RCU callbacksPaul E. McKenney4-75/+125
2009-10-07rcu: Move rcu_barrier() to rcutreePaul E. McKenney2-119/+120
2009-10-06futex: Move exit_pi_state() call to release_mm()Thomas Gleixner2-2/+2
2009-10-06futex: Nullify robust lists after cleanupPeter Zijlstra1-2/+6
2009-10-06trace: Fix missing assignment in trace_ctxwake_*Hiroshi Shimamoto1-2/+2
2009-10-06perf_event: Provide vmalloc() based mmap() backingPeter Zijlstra1-62/+186
2009-10-06tracing/syscalls: Use long for syscall ret format and field definitionsTom Zanussi1-2/+2
2009-10-05futex: Fix locking imbalanceThomas Gleixner1-1/+1
2009-10-05panic: Fix panic message visibility by calling bust_spinlocks(0) before dyingAaro Koskinen1-1/+2
2009-10-05Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-25/+9
2009-10-05Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+0
2009-10-05Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+5
2009-10-05rcu: Replace the rcu_barrier enum with pointer to call_rcu*() functionPaul E. McKenney1-22/+10
2009-10-05rcu: Clean up code based on review feedback from Josh Triplett, part 4Paul E. McKenney3-29/+40
2009-10-05rcu: Clean up code based on review feedback from Josh Triplett, part 3Paul E. McKenney1-5/+5
2009-10-05rcu: Fix rcu_lock_map build failure on CONFIG_PROVE_LOCKING=yPaul E. McKenney2-7/+7
2009-10-05sched: Set correct normal_prio and prio values in sched_fork()Peter Williams1-11/+9
2009-10-05tracing: Use free_percpu instead of kfreeFrederic Weisbecker1-2/+2
2009-10-05tracing: Check total refcount before releasing bufs in profile_enable failureFrederic Weisbecker1-5/+10
2009-10-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+39
2009-10-04HWPOISON: Clean up PR_MCE_KILL interfaceAndi Kleen1-5/+18
2009-10-01memcg: some modification to softlimit under hierarchical memory reclaim.KAMEZAWA Hiroyuki1-16/+2
2009-10-01cgroup: catch bad css refcnt at css_putKAMEZAWA Hiroyuki1-1/+4
2009-10-01const: constify remaining file_operationsAlexey Dobriyan6-15/+15
2009-10-01module: fix up CONFIG_KALLSYMS=n build.Paul Mundt1-3/+4
2009-10-01Add a tracepoint for block request remappingJun'ichi Nomura1-0/+34
2009-10-01Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfsZdenek Kabelac1-0/+5
2009-10-01kmemtrace: Fix up tracer registrationPaul Mundt1-1/+1
2009-10-01perf_event: Clean up perf_event_init_task()Xiao Guangrong1-3/+1
2009-10-01perf_event: Fix event group handling in __perf_event_sched_*()Xiao Guangrong1-22/+8
2009-10-01tracing: Fix infinite recursion in ftrace_update_pid_func()Matt Fleming1-0/+4
2009-09-30sched_clock: Fix atomicity/continuity bug by using cmpxchg64()Eric Dumazet1-2/+2
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan2-2/+2
2009-09-27Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-18/+35
2009-09-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-61/+76
2009-09-26Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+0
2009-09-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-16/+17
2009-09-26hrtimer: Remove overly verbose "switch to high res mode" messageRoland Dreier1-2/+0
2009-09-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller106-9495/+10283
2009-09-24clocksource: Resume clocksource without taking the clocksource mutexMartin Schwidefsky1-4/+0
2009-09-24futex: Add memory barrier commentary to futex_wait_queue_me()Darren Hart1-0/+6
2009-09-24Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+1
2009-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2-13/+153
2009-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds3-10/+16
2009-09-25module: don't call percpu_modfree on NULL pointer.Rusty Russell1-1/+1
2009-09-25module: fix memory leak when load fails after srcversion/version allocatedRusty Russell1-0/+12
2009-09-25param: allow whitespace as kernel parameter separatorPeter Oberparleiter1-3/+4
2009-09-25module: reduce string table for loaded modules (v2)Jan Beulich1-12/+56
2009-09-25module: reduce symbol table for loaded modules (v2)Jan Beulich1-4/+87
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2-0/+47
2009-09-24task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto2-8/+7
2009-09-24aio: ifdef fields in mm_structAlexey Dobriyan1-2/+9
2009-09-24pidns: deny CLONE_PARENT|CLONE_NEWPID combinationSukadev Bhattiprolu1-1/+1
2009-09-24fork(): disable CLONE_PARENT for initSukadev Bhattiprolu1-0/+10
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan9-65/+53
2009-09-24signals: inline __fatal_signal_pendingRoland McGrath1-6/+0
2009-09-24signals: introduce do_send_sig_info() helperOleg Nesterov1-29/+27
2009-09-24exec: let do_coredump() limit the number of concurrent dumps to pipesNeil Horman1-0/+9
2009-09-24signals: tracehook_notify_jctl changeRoland McGrath1-50/+47
2009-09-24wait_noreap_copyout(): check for ->wo_info != NULLVitaly Mayatskikh1-12/+14
2009-09-24do_wait: fix sys_waitid()-specific behaviourVitaly Mayatskikh1-26/+23
2009-09-24wait_consider_task: kill "parent" argumentOleg Nesterov1-4/+4
2009-09-24do_wait-wakeup-optimization: simplify task_pid_type()Oleg Nesterov1-8/+6