aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-02-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-4/+4
2013-02-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+18
2013-02-05Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+10
2013-02-03perf: Fix event group context moveJiri Olsa1-2/+18
2013-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+12
2013-01-31Revert "console: implement lockdep support for console_lock"Dave Airlie1-9/+0
2013-01-28smp: Fix SMP function call empty cpu mask raceWang YanQing1-1/+12
2013-01-25sched/debug: Fix format string for 32-bit platformsArnd Bergmann1-2/+2
2013-01-25sched: Fix warning in kernel/sched/fair.cArnd Bergmann1-1/+1
2013-01-25sched/rt: Use root_domain of rt_rq not current processorShawn Bohrer1-1/+1
2013-01-24Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar1-3/+10
2013-01-22async: fix __lowest_in_progress()Tejun Heo1-7/+20
2013-01-22Merge tag 'trace-3.8-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2013-01-22wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov1-1/+2
2013-01-22ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov2-10/+59
2013-01-22ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov2-14/+8
2013-01-21ftrace: Be first to run code modification on modulesSteven Rostedt1-1/+1
2013-01-20module: fix missing module_mutex unlockLinus Torvalds1-1/+1
2013-01-20Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-46/+110
2013-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-12/+22
2013-01-20ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov1-1/+1
2013-01-19sys_clone() needs asmlinkage_protectAl Viro1-2/+4
2013-01-16module, async: async_synchronize_full() on module init iff async is usedTejun Heo2-2/+28
2013-01-14Merge tag 'trace-3.8-rc3-regression-fix' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-4/+11
2013-01-14tracing: Fix regression of trace_pipeLiu Bo1-2/+2
2013-01-12module: put modules in list much earlier.Rusty Russell1-41/+49
2013-01-12module: add new state MODULE_STATE_UNFORMED.Rusty Russell2-5/+54
2013-01-11kernel/audit.c: avoid negative sleep durationsAndrew Morton1-13/+23
2013-01-11audit: catch possible NULL audit buffersKees Cook4-11/+27
2013-01-11audit: create explicit AUDIT_SECCOMP event typeKees Cook1-3/+11
2013-01-11lockdep, rwsem: provide down_write_nest_lock()Jiri Kosina1-0/+10
2013-01-11tracing: Fix regression with irqsoff tracer and tracing_on fileSteven Rostedt1-2/+9
2013-01-10audit: fix auditfilter.c kernel-doc warningsRandy Dunlap1-1/+0
2013-01-10Merge tag 'trace-3.8-rc2-regression-fix' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+2
2013-01-09tracing: Fix regression of trace_options file settingSteven Rostedt1-0/+2
2013-01-08rcu: Make rcu_nocb_poll an early_param instead of module_paramPaul Gortmaker1-2/+8
2013-01-08rcu: Prevent soft-lockup complaints about no-CBs CPUsPaul Gortmaker1-1/+2
2013-01-07Merge branch 'akpm' (fixes from Andrew)Linus Torvalds1-2/+3
2013-01-05signals: set_current_blocked() can use __set_current_blocked()Oleg Nesterov1-6/+2
2013-01-05signals: sys_ssetmask() uses uninitialized newmaskOleg Nesterov1-0/+1
2013-01-04printk: fix incorrect length from print_time() when seconds > 99999Roland Dreier1-2/+3
2013-01-03module: prevent warning when finit_module a 0 sized fileSasha Levin1-0/+7
2012-12-26x32: fix sigtimedwaitAl Viro1-1/+1
2012-12-26x32: fix waitid()Al Viro1-1/+5
2012-12-26switch compat_sys_wait4() and compat_sys_waitid() to COMPAT_SYSCALL_DEFINEAl Viro1-6/+9
2012-12-26switch compat_sys_sigaltstack() to COMPAT_SYSCALL_DEFINEAl Viro1-2/+3
2012-12-25pidns: Stop pid allocation when init diesEric W. Biederman2-3/+16
2012-12-24pidns: Outlaw thread creation after unshare(CLONE_NEWPID)Eric W. Biederman1-0/+8
2012-12-20Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2-7/+7
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2-9/+7
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-5/+77
2012-12-20keys: use keyring_alloc() to create module signing keyringDavid Howells1-9/+6
2012-12-20kcmp: include linux/ptrace.hCyrill Gorcunov1-0/+1
2012-12-20sched: numa: ksm: fix oops in task_numa_placment()Hugh Dickins1-1/+4
2012-12-19Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2012-12-19new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro1-0/+16
2012-12-19generic compat_sys_sigaltstack()Al Viro1-0/+45
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro1-0/+6
2012-12-19new helper: restore_altstack()Al Viro1-0/+7
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2-5/+3
2012-12-19watchdog: Fix disable/enable regressionBjørn Mork1-7/+4
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-183/+294
2012-12-18Merge branch 'akpm' (more patches from Andrew)Linus Torvalds3-10/+16
2012-12-18fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombsGlauber Costa1-2/+2
2012-12-18res_counter: return amount of charges after res_counter_uncharge()Glauber Costa1-7/+13
2012-12-18irq: tsk->comm is an arrayAlan Cox1-1/+1
2012-12-18Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-33/+31
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds4-4/+31
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds9-49/+55
2012-12-17pidns: remove unused is_container_init()Gao feng1-15/+0
2012-12-17ptrace: introduce PTRACE_O_EXITKILLOleg Nesterov1-0/+3
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas1-0/+17
2012-12-17trace: use kbasename()Andy Shevchenko1-4/+4
2012-12-17printk: boot_delay should only affect outputAndrew Cooks1-19/+21
2012-12-17watchdog: store the watchdog sample period as a variableChuansheng Liu1-5/+8
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-2/+2
2012-12-17kernel: remove reference to feature-removal-schedule.txtTao Ma2-4/+0
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds14-115/+371
2012-12-17sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_...Mel Gorman1-1/+1
2012-12-16random: Mix cputime from each thread that exits to the poolNick Kossifidis1-0/+3
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2-115/+25
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-17/+352
2012-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+2
2012-12-14userns: Fix typo in description of the limitation of userns_installEric W. Biederman1-1/+1
2012-12-14userns: Add a more complete capability subset test to commit_credsEric W. Biederman1-1/+26
2012-12-14userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman2-2/+4
2012-12-14Revert "sched: Update_cfs_shares at period edge"Linus Torvalds1-10/+8
2012-12-14MODSIGN: Fix kbuild output when using default extra_certificatesMichal Marek1-1/+5
2012-12-14MODSIGN: Avoid using .incbin in C sourceTakashi Iwai3-8/+21
2012-12-14modules: don't hand 0 to vmalloc.Rusty Russell1-15/+18
2012-12-14module: Remove a extra null character at the top of module->strtab.Satoru Takeuchi1-5/+1
2012-12-14security: introduce kernel_module_from_file hookKees Cook1-0/+11
2012-12-14module: add flags arg to sys_finit_module()Rusty Russell1-14/+26
2012-12-14module: add syscall to load module from fdKees Cook2-148/+220
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+65
2012-12-13Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds3-39/+17
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds8-11/+12
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-195/+2
2012-12-12res_counter: delete res_counter_write()Greg Thelen1-22/+0
2012-12-12kthread: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-1/+1
2012-12-12cpuset: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-16/+16
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-197/+76
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds9-677/+758
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+4
2012-12-11Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+5
2012-12-11Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-92/+70
2012-12-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds13-270/+938
2012-12-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+14
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds21-359/+451
2012-12-11Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-2/+48
2012-12-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-352/+1014
2012-12-11Merge branches 'core-locking-for-linus' and 'timers-urgent-for-linus' of git:...Linus Torvalds2-2/+2
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-2/+12
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-6/+3
2012-12-11Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-6/+75
2012-12-11Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+2
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo2-7/+7
2012-12-11mm: sched: numa: Delay PTE scanning until a task is scheduled on a new nodeMel Gorman3-1/+24
2012-12-11mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_D...Mel Gorman2-1/+16
2012-12-11mm: sched: numa: Control enabling and disabling of NUMA balancingMel Gorman3-17/+40
2012-12-11mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman3-8/+29
2012-12-11sched: numa: Slowly increase the scanning period as NUMA faults are handledMel Gorman1-1/+10
2012-12-11mm: numa: Rate limit setting of pte_numa if node is saturatedMel Gorman1-0/+9
2012-12-11mm: sched: numa: Implement slow start for working set samplingPeter Zijlstra3-1/+13
2012-12-11sched, numa, mm: Count WS scanning against present PTEs, not virtual memory r...Mel Gorman1-15/+21
2012-12-11mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) ratePeter Zijlstra2-13/+59
2012-12-11mm: numa: Add fault driven placement and migrationPeter Zijlstra5-2/+173
2012-12-11Revert "sched/autogroup: Fix crash on reboot when autogroup is disabled"Ingo Molnar3-14/+69
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar3-38/+83
2012-12-08Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar3-16/+31
2012-12-08Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar1-12/+19
2012-12-08Merge tag 'cputime-adjustment-cleanups' of git://git.kernel.org/pub/scm/linux...Ingo Molnar10-119/+96
2012-12-08Merge branch 'linus' into perf/coreIngo Molnar12-99/+116
2012-12-07Merge branch 'linus' into sched/coreIngo Molnar12-99/+116
2012-12-06cgroup_rm_file: don't delete the uncreated filesGao feng1-6/+6
2012-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/l...Linus Torvalds1-7/+7
2012-12-06Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers8-11/+12
2012-12-06padata: use __this_cpu_read per-cpu helperShan Wei1-3/+2
2012-12-05MODSIGN: Don't use enum-type bitfields in module signature info blockDavid Howells1-7/+7
2012-12-04watchdog: Fix CPU hotplug regressionThomas Gleixner1-0/+3
2012-12-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/l...Linus Torvalds1-2/+2
2012-12-04Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2012-12-04workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()sTejun Heo1-2/+2
2012-12-03Revert "sched, autogroup: Stop going ahead if autogroup is disabled"Mike Galbraith2-9/+0
2012-12-03cgroup: remove subsystem files when remounting cgroupGao feng1-2/+9
2012-12-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar14-352/+1014
2012-12-03modsign: add symbol prefix to certificate listJames Hogan1-2/+2
2012-12-01workqueue: add WARN_ON_ONCE() on CPU number to wq_worker_waking_up()Joonsoo Kim1-1/+3
2012-12-01workqueue: trivial fix for return statement in work_busy()Joonsoo Kim1-1/+1
2012-12-01workqueue: mod_delayed_work_on() shouldn't queue timer on 0 delayTejun Heo1-3/+11
2012-12-01workqueue: exit rescuer_thread() as TASK_RUNNINGMike Galbraith1-1/+3
2012-12-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+7
2012-11-30cgroup: use cgroup_addrm_files() in cgroup_clear_directory()Gao feng1-1/+3
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker4-67/+92
2012-11-30ring-buffer: Fix race between integrity check and readersSteven Rostedt1-1/+6
2012-11-30ring-buffer: Fix NULL pointer if rb_set_head_page() failsSteven Rostedt1-2/+7
2012-11-30cgroup: warn about broken hierarchies only after css_onlineGlauber Costa1-9/+9
2012-11-30irqdomain: stop screaming about preallocated irqdescsLinus Walleij1-2/+2
2012-11-29Merge branch 'pm-sleep'Rafael J. Wysocki3-3/+3
2012-11-29Merge branch 'pm-cpuidle'Rafael J. Wysocki1-0/+4
2012-11-29Merge branch 'acpi-general'Rafael J. Wysocki1-3/+5
2012-11-29Merge branch 'pm-qos'Rafael J. Wysocki1-0/+63
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+19
2012-11-29do_coredump(): get rid of pt_regs argumentAl Viro1-1/+1
2012-11-29print_fatal_signal(): get rid of pt_regs argumentAl Viro1-2/+3
2012-11-29ptrace_signal(): get rid of unused argumentsAl Viro1-4/+2
2012-11-29get rid of ptrace_signal_deliver() argumentsAl Viro1-1/+1
2012-11-29flagday: kill pt_regs argument of do_fork()Al Viro1-8/+5
2012-11-28death to idle_regs()Al Viro1-6/+0
2012-11-28don't pass regs to copy_process()Al Viro1-4/+2
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+1
2012-11-28audit: no nested contexts anymore...Al Viro1-81/+21
2012-11-28generic sys_fork / sys_vfork / sys_cloneAl Viro1-0/+43
2012-11-28kill daemonize()Al Viro1-92/+0
2012-11-28cgroup: list_del_init() on removed eventsGreg Thelen1-2/+2
2012-11-28cgroup: fix lockdep warning for event_controlGreg Thelen1-3/+8
2012-11-28kernel/ksysfs.c: remove CONFIG_HOTPLUG ifdefsBill Pemberton1-4/+1
2012-11-28sysctl: remove CONFIG_HOTPLUG ifdefsBill Pemberton1-2/+2
2012-11-28cputime: Comment cputime's adjusting codeFrederic Weisbecker1-2/+16
2012-11-28cputime: Consolidate cputime adjustment codeFrederic Weisbecker2-24/+24
2012-11-28cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker3-9/+9
2012-11-28cputime: Move thread_group_cputime() to sched codeFrederic Weisbecker2-24/+28
2012-11-28cgroup: move list add after list head initilizationLi Zhong1-1/+1
2012-11-27time: export time information for KVM pvclockMarcelo Tosatti1-0/+50
2012-11-27sched: add notifier for cross-cpu migrationsMarcelo Tosatti1-0/+15
2012-11-26futex: avoid wake_futex() for a PI futex_qDarren Hart1-1/+17
2012-11-26watchdog: using u64 in get_sample_period()Chuansheng Liu1-2/+2
2012-11-21Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner13-262/+230
2012-11-20cgroup: remove obsolete guarantee from cgroup_task_migrate.Tao Ma1-5/+3
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman5-1/+46
2012-11-20userns: For /proc/self/{uid,gid}_map derive the lower userns from the struct ...Eric W. Biederman1-2/+10
2012-11-20userns: Implement unshare of the user namespaceEric W. Biederman3-7/+41
2012-11-20userns: Implent proc namespace operationsEric W. Biederman1-17/+73
2012-11-20userns: Kill task_user_nsEric W. Biederman2-4/+16
2012-11-20userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman2-14/+17
2012-11-20userns: Allow unprivileged use of setns.Eric W. Biederman2-4/+6
2012-11-20userns: Allow unprivileged users to create new namespacesEric W. Biederman1-2/+3
2012-11-20userns: Allow setting a userns mapping to your current uid.Eric W. Biederman1-0/+15
2012-11-19tracing: Remove unnecessary WARN_ONCE's from tracing_buffers_splice_readDave Jones1-2/+0