aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-04-02Merge branch 'paul' (Fixups from Paul Gortmaker)Linus Torvalds1-0/+1
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+9
2012-04-02Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-5/+5
2012-04-02irq_work: fix compile failure on MIPS from system.h splitPaul Gortmaker1-0/+1
2012-03-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-9/+7
2012-03-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-108/+199
2012-03-31sched: Fix incorrect usage of for_each_cpu_mask() in select_fallback_rq()Srivatsa S. Bhat1-2/+2
2012-03-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-15/+30
2012-03-30Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-46/+30
2012-03-30genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return valueJiang Liu1-3/+7
2012-03-29Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2012-03-29cgroup: cgroup_attach_task() could return -errno after successTejun Heo1-1/+1
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-9/+61
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-3/+2
2012-03-29Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-42/+59
2012-03-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-3/+4
2012-03-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-124/+77
2012-03-29irqdomain: Remove powerpc dependency from debugfs fileGrant Likely2-4/+14
2012-03-29padata: Fix cpu hotplugSteffen Klassert1-0/+3
2012-03-29padata: Use the online cpumask as the defaultSteffen Klassert1-4/+4
2012-03-29padata: Add a reference to the api documentationSteffen Klassert1-0/+2
2012-03-29Merge branch 'sched/arch' into sched/urgentIngo Molnar2-0/+4
2012-03-29futex: Mark get_robust_list as deprecatedKees Cook2-0/+4
2012-03-29futex: Do not leak robust list to unprivileged processKees Cook2-46/+26
2012-03-29genirq: Respect NUMA node affinity in setup_irq_irq affinity()Prarit Bhargava1-1/+8
2012-03-29genirq: Get rid of unneeded force parameter in irq_finalize_oneshot()Alexander Gordeev1-5/+5
2012-03-29genirq: Minor readablity improvement in irq_wake_thread()Alexander Gordeev1-6/+10
2012-03-29sched: Fix __schedule_bug() output when called from an interruptStephen Boyd1-7/+1
2012-03-29documentation: remove references to cpu_*_map.Rusty Russell1-5/+5
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds5-5/+141
2012-03-28pidns: add reboot_pid_ns() to handle the reboot syscallDaniel Lezcano2-0/+42
2012-03-28sysctl: use bitmap library functionsAkinobu Mita1-5/+3
2012-03-28kexec: add further check to crashkernelZhenzhong Duan1-0/+4
2012-03-28kexec: crash: don't save swapper_pg_dir for !CONFIG_MMU configurationsWill Deacon1-0/+2
2012-03-28smp: add func to IPI cpus based on parameter funcGilad Ben-Yossef1-0/+61
2012-03-28smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef1-0/+29
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds8-6/+5
2012-03-28Remove all #inclusions of asm/system.hDavid Howells6-6/+0
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells1-0/+1
2012-03-28Disintegrate asm/system.h for SparcDavid Howells2-0/+4
2012-03-28cpusets: Remove an unused variableDan Carpenter1-1/+0
2012-03-27tracing: Fix ent_size in trace outputSteven Rostedt1-0/+4
2012-03-27sched/rt: Improve pick_next_highest_task_rt()Michael J Wang1-1/+1
2012-03-27sched: Fix select_fallback_rq() vs cpu_active/cpu_onlinePeter Zijlstra2-32/+50
2012-03-26Merge branch 'linus' into perf/urgentIngo Molnar44-1385/+1391
2012-03-26module: Remove module size limitSasha Levin1-2/+1
2012-03-26module: move __module_get and try_module_get() out of line.Steven Rostedt1-0/+30
2012-03-26params: <level>_initcall-like kernel parametersPawel Moll2-5/+14
2012-03-26module_param: remove support for bool parameters which are really int.Rusty Russell1-21/+2
2012-03-26module: add kernel param to force disable module loadDave Young1-0/+1
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+0
2012-03-24alarmtimer: Don't call rtc_timer_init() when CONFIG_RTC_CLASS=nThomas Gleixner1-3/+8
2012-03-24perf: Move mmap page data_head offset assertion out of headerJiri Olsa1-0/+7
2012-03-24Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2-5/+13
2012-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds3-659/+3
2012-03-23kmod: make __request_module() killableOleg Nesterov1-2/+24
2012-03-23kmod: introduce call_modprobe() helperOleg Nesterov1-8/+16
2012-03-23usermodehelper: ____call_usermodehelper() doesn't need do_exit()Oleg Nesterov1-1/+1
2012-03-23usermodehelper: kill umh_wait, renumber UMH_* constantsOleg Nesterov1-6/+2
2012-03-23usermodehelper: implement UMH_KILLABLEOleg Nesterov1-2/+25
2012-03-23usermodehelper: introduce umh_complete(sub_info)Oleg Nesterov1-2/+7
2012-03-23signal: zap_pid_ns_processes: s/SEND_SIG_NOINFO/SEND_SIG_FORCED/Oleg Nesterov1-6/+2
2012-03-23signal: cosmetic, s/from_ancestor_ns/force/ in prepare_signal() pathsOleg Nesterov1-8/+7
2012-03-23signal: give SEND_SIG_FORCED more power to beat SIGNAL_UNKILLABLEOleg Nesterov1-1/+2
2012-03-23ptrace: remove PTRACE_SEIZE_DEVEL bitDenys Vlasenko1-15/+0
2012-03-23ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameterDenys Vlasenko1-10/+21
2012-03-23ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS codeDenys Vlasenko1-23/+8
2012-03-23ptrace: don't modify flags on PTRACE_SETOPTIONS failureDenys Vlasenko1-1/+4
2012-03-23kernel/watchdog.c: add comment to watchdog() exit pathAndrew Morton1-0/+4
2012-03-23kernel/watchdog.c: convert to pr_foo()Andrew Morton1-6/+10
2012-03-23watchdog: make sure the watchdog thread gets CPU on loaded systemMichal Hocko1-4/+3
2012-03-23kernel/exit.c: if init dies, log a signal which killed it, if anyDenys Vlasenko1-2/+5
2012-03-23prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering3-5/+39
2012-03-23kernel-time: fix s/then/than/ spelling errorsJim Cromie2-8/+8
2012-03-23time: remove no_sync_cmos_clockCesar Eduardo Barros1-5/+1
2012-03-23time: Avoid scary backtraces when warning of > 11% adjJohn Stultz1-4/+6
2012-03-23alarmtimer: Make sure we initialize the rtctimerJohn Stultz1-1/+4
2012-03-23Merge tag 'for_linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-24/+133
2012-03-23locking/kconfig: Simplify INLINE_SPIN_UNLOCK usageRaghavendra K T3-3/+4
2012-03-23sched: Fix compiler warning about declared inline after usePeter Zijlstra1-8/+8
2012-03-23perf: Fix mmap_page capabilities and docsPeter Zijlstra1-2/+2
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+2
2012-03-22ntp: Fix leap-second hrtimer livelockJohn Stultz2-101/+47
2012-03-22kdb: Add message about CONFIG_DEBUG_RODATA on failure to install breakpointJason Wessel1-0/+7
2012-03-22kdb: Avoid using dbg_io_ops until it is initializedTim Bird1-1/+1
2012-03-22kgdb,debug_core: add the ability to control the reboot notifierJason Wessel1-0/+16
2012-03-22KDB: Fix usability issues relating to the 'enter' key.Andrei Warkentin3-22/+83
2012-03-22kgdb,debug-core,gdbstub: Hook the reboot notifier for debugger detachJason Wessel2-0/+24
2012-03-22kgdb: Respect that flush op is optionalJan Kiszka1-1/+2
2012-03-22tracing: Fix ftrace stack trace entriesWolfgang Mauerer2-5/+13
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds4-49/+37
2012-03-22Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar5-101/+173
2012-03-21memcg: let css_get_next() rely upon rcu_read_lock()Hugh Dickins1-3/+2
2012-03-21cgroup: revert ss_id_lock to spinlockHugh Dickins1-9/+9
2012-03-21mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes1-1/+1
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2-35/+9
2012-03-21mm: add rss counters consistency checkKonstantin Khlebnikov1-3/+18
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-8/+4
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds5-1/+6
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-30/+14
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-112/+716
2012-03-21Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds12-127/+116
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2-16/+16
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+1
2012-03-20constify path argument of trace_seq_path()Al Viro1-1/+1
2012-03-20constify path argument of audit_log_d_path()Al Viro1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-6/+2
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-19/+3
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds5-229/+158
2012-03-20exit_signal: fix the "parent has changed security domain" logicOleg Nesterov2-14/+9
2012-03-20exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov1-6/+1
2012-03-20CLONE_PARENT shouldn't allow to set ->exit_signalOleg Nesterov1-1/+7
2012-03-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-186/+260
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-300/+348
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds23-259/+993
2012-03-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-69/+58
2012-03-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-369/+893
2012-03-20power: remove the second argument of k[un]map_atomic()Cong Wang1-14/+14
2012-03-20kdb: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-19Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-28/+23
2012-03-16genirq: Remove paranoid warnons and bogus fixupsThomas Gleixner1-10/+4
2012-03-15time: Remove bogus commentsThomas Gleixner1-6/+0
2012-03-15time: Fix change_clocksource lockingJohn Stultz1-0/+7
2012-03-15prctl: use CAP_SYS_RESOURCE for PR_SET_MM optionCyrill Gorcunov1-1/+1
2012-03-15ntp: Fix integer overflow when setting timeSasha Levin1-1/+1
2012-03-15printk: Make it compile with !CONFIG_PRINTKPeter Zijlstra1-20/+20
2012-03-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+6
2012-03-14genirq: Flush the irq thread on synchronizationIdo Yariv2-28/+44
2012-03-14padata: Fix race on sequence number wrapSteffen Klassert1-28/+10
2012-03-14padata: Fix race in the serialization pathSteffen Klassert1-2/+4
2012-03-13tracing: Fix build breakage without CONFIG_PERF_EVENTSMark Brown1-2/+0
2012-03-13ftrace: Fix function_graph for archs that test ftrace_trace_functionRajesh Bhagat1-1/+2
2012-03-13Merge branch 'linus' into irq/coreThomas Gleixner12-55/+144
2012-03-13Merge tag 'v3.3-rc7' into sched/coreIngo Molnar6-38/+99
2012-03-13sched/arch: Introduce the finish_arch_post_lock_switch() scheduler callbackCatalin Marinas2-0/+4
2012-03-12Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar2-0/+183
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar5-36/+97
2012-03-12sched: Fix nohz load accounting -- again!Peter Zijlstra1-27/+26
2012-03-12sched: Update yield() docsPeter Zijlstra1-2/+18
2012-03-12printk/sched: Introduce special printk_sched() for those awkward momentsPeter Zijlstra3-5/+45
2012-03-12sched/nohz: Correctly initialize 'next_balance' in 'nohz' idle balancerDiwakar Tundlam1-0/+1
2012-03-12sched: Cleanup cpu_active madnessPeter Zijlstra1-1/+1
2012-03-12sched: Fix load-balance wreckagePeter Zijlstra1-71/+39
2012-03-12workqueue: use percpu allocator for cwq on UPLai Jiangshan1-19/+3
2012-03-09Merge commit 'v3.3-rc6' into nextDmitry Torokhov114-4767/+7422
2012-03-09genirq: Get rid of unnecessary IRQTF_DIED flagAlexander Gordeev4-15/+4
2012-03-09genirq: No need to check IRQTF_DIED before stopping a thread handlerAlexander Gordeev1-4/+2
2012-03-09genirq: Get rid of unnecessary irqaction field in task_structAlexander Gordeev1-8/+11
2012-03-09genirq: Fix incorrect check for forced IRQ thread handlerAlexander Gordeev1-1/+1
2012-03-07Revert "CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/res...Linus Torvalds1-2/+2
2012-03-06genirq: Clear action->thread_mask if IRQ_ONESHOT is not setThomas Gleixner1-6/+38
2012-03-06softirq: Reduce invoke_softirq() code duplicationHeiko Carstens1-14/+4
2012-03-06genirq: Fix long-term regression in genirq irq_set_irq_type() handlingRussell King1-2/+1
2012-03-05hung_task: fix the broken rcu_lock_break() logicOleg Nesterov1-4/+7
2012-03-05vfork: kill PF_STARTINGOleg Nesterov1-9/+0
2012-03-05coredump_wait: don't call complete_vfork_done()Oleg Nesterov1-1/+1
2012-03-05vfork: make it killableOleg Nesterov1-8/+32
2012-03-05vfork: introduce complete_vfork_done()Oleg Nesterov1-7/+10
2012-03-05kprobes: return proper error code from register_kprobe()Prashanth Nageshappa1-5/+7
2012-03-05kmsg_dump: don't run on non-error paths by defaultMatthew Garrett1-0/+6
2012-03-05perf: Add callback to flush branch_stack on context switchStephane Eranian1-0/+85
2012-03-05perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian2-0/+30
2012-03-05perf: Add generic taken branch sampling supportStephane Eranian1-0/+68
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar16-35/+108
2012-03-04Merge branch 'pm-qos'Rafael J. Wysocki2-14/+12
2012-03-04Merge branch 'pm-sleep'Rafael J. Wysocki10-113/+104
2012-03-04PM / Freezer: Remove references to TIF_FREEZE in commentsMarcos Paulo de Souza3-9/+7
2012-03-04PM / Hibernate: Enable usermodehelpers in hibernate() error pathSrivatsa S. Bhat1-3/+4
2012-03-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds2-4/+4
2012-03-02sched: Clean up parameter passing of proc_sched_autogroup_set_nice()Hiroshi Shimamoto1-6/+6
2012-03-02Block: use a freezable workqueue for disk-event pollingAlan Stern1-1/+6
2012-03-01tracing: Keep NMI watchdog from triggering when dumping traceSteven Rostedt1-0/+2
2012-03-01sched: Ditch per cgroup task lists for load-balancingPeter Zijlstra3-109/+80
2012-03-01sched: Rename load-balancing fieldsPeter Zijlstra1-58/+60
2012-03-01sched: Move load-balancing arguments into helper structPeter Zijlstra1-84/+93
2012-03-01sched/rt: Do not submit new work when PI-blockedThomas Gleixner1-1/+1
2012-03-01sched/rt: Prevent idle task boostingThomas Gleixner1-2/+19
2012-03-01sched/wait: Add __wake_up_all_locked() APIThomas Gleixner1-2/+2
2012-03-01sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner2-5/+5
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2-6/+2
2012-03-01sched/rt: Add schedule_preempt_disabled()Thomas Gleixner1-0/+12
2012-03-01sched/rt: Do not throttle when PI boostingPeter Zijlstra1-2/+18
2012-03-01sched/rt: Keep period timer ticking when rt throttling is activePeter Zijlstra1-5/+8
2012-03-01Merge branch 'linus' into sched/coreIngo Molnar18-79/+226
2012-02-28includecheck: delete any duplicate instances of module.hPaul Gortmaker1-1/+0
2012-02-28static keys: Inline the static_key_enabled() functionJason Baron1-6/+0
2012-02-28Merge branch 'perf/jump-labels' into perf/coreIngo Molnar6-94/+117
2012-02-28Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar11-369/+893
2012-02-28perf/hwbp: Fix a possible memory leakNamhyung Kim1-2/+2
2012-02-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+2
2012-02-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-13/+37
2012-02-27tracing: Do not select FRAME_POINTER on PPCGerlando Falauto1-1/+1
2012-02-27CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/resumeSrivatsa S. Bhat1-2/+2
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov1-1/+4
2012-02-24irq_domain/mips: Allow irq_domain on MIPSGrant Likely1-0/+12
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar6-92/+112
2012-02-22tracing/ring-buffer: Only have tracing_on disable tracing buffersSteven Rostedt3-97/+168
2012-02-22sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto2-6/+2
2012-02-22sched: Remove rcu_read_lock/unlock() from select_idle_sibling()Nikunj A. Dadhania1-4/+0
2012-02-22sched/events: Revert trace_sched_stat_sleeptime()Peter Zijlstra2-1/+2