aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-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-23Merge tag 'for_linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-24/+133
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+2
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-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds4-49/+37
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-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-13Merge branch 'linus' into irq/coreThomas Gleixner12-55/+144
2012-03-13Merge tag 'v3.3-rc7' into sched/coreIngo Molnar6-38/+99
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-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-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-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
2012-02-22jump label: Fix compiler warningJason Baron1-1/+1
2012-02-22jump label: Add a WARN() if jump label key count goes negativeJason Baron1-1/+4
2012-02-21rcu: Stop spurious warnings from synchronize_sched_expeditedHugh Dickins1-1/+1
2012-02-21cgroup: Walk task list under tasklist_lock in cgroup_enable_task_cg_listFrederic Weisbecker1-0/+20
2012-02-21cgroup: Remove wrong comment on cgroup_enable_task_cg_list()Frederic Weisbecker1-3/+0
2012-02-21rcu: Hold off RCU_FAST_NO_HZ after timer postedPaul E. McKenney1-1/+1
2012-02-21rcu: Eliminate softirq-mediated RCU_FAST_NO_HZ idle-entry loopPaul E. McKenney1-1/+2
2012-02-21rcu: Add RCU_NONIDLE() for idle-loop RCU read-side critical sectionsPaul E. McKenney2-0/+4
2012-02-21rcu: Allow nesting of rcu_idle_enter() and rcu_idle_exit()Paul E. McKenney3-12/+46
2012-02-21rcu: Remove redundant check for rcu_head misalignmentPaul E. McKenney1-1/+0
2012-02-21PTR_ERR should be called before its argument is cleared.Julia Lawall1-1/+4
2012-02-21rcu: Trace only after NULL-pointer checkPaul E. McKenney1-2/+2
2012-02-21rcu: Call out dangers of expedited RCU primitivesPaul E. McKenney3-22/+47
2012-02-21rcu: Rework detection of use of RCU by offline CPUsPaul E. McKenney4-51/+71
2012-02-21lockdep: Add CPU-idle/offline warning to lockdep-RCU splatPaul E. McKenney1-1/+7
2012-02-21rcu: No interrupt disabling for rcu_prepare_for_idle()Paul E. McKenney1-17/+1
2012-02-21rcu: Move synchronize_sched_expedited() to rcutree.cPaul E. McKenney2-116/+117
2012-02-21rcu: Check for illegal use of RCU from offlined CPUsPaul E. McKenney3-0/+35
2012-02-21rcu: Add CPU-stall capability to rcutorturePaul E. McKenney1-0/+66
2012-02-21rcutorture: Permit holding off CPU-hotplug operations during bootPaul E. McKenney1-2/+10
2012-02-21rcu: Print scheduling-clock information on RCU CPU stall-warning messagesPaul E. McKenney3-14/+180
2012-02-21rcu: Set RCU CPU stall times via sysfsPaul E. McKenney2-11/+26
2012-02-21rcu: Remove #ifdef CONFIG_SMP from TREE_RCUPaul E. McKenney2-31/+0
2012-02-21rcu: Check for idle-loop entry while in RCU read-side critical sectionPaul E. McKenney1-0/+11
2012-02-21rcu: Clean up straggling rcu_preempt_needs_cpu() namePaul E. McKenney3-6/+6
2012-02-21rcu: Simplify unboosting checksPaul E. McKenney1-4/+6
2012-02-21rcu: Inform RCU of irq_exit() activityPaul E. McKenney1-1/+1
2012-02-21rcu: Prevent RCU callbacks from executing before scheduler initializedPaul E. McKenney1-3/+12
2012-02-21rcu: Streamline code produced by __rcu_read_unlock()Paul E. McKenney1-1/+1
2012-02-21rcu: Protect __rcu_read_unlock() against scheduler-using irq handlersPaul E. McKenney1-8/+35
2012-02-21rcu: Remove single-rcu_node optimization in rcu_start_gp()Paul E. McKenney1-18/+0
2012-02-21rcu: Don't make callbacks go through second full grace periodPaul E. McKenney1-6/+46
2012-02-21rcu: Check for callback invocation from offline CPUsPaul E. McKenney1-0/+1
2012-02-21rcu: Limit lazy-callback durationPaul E. McKenney1-1/+11
2012-02-21rcu: Make rcutorture flag online/offline failuresPaul E. McKenney1-0/+4
2012-02-21rcu: Simplify offline processingPaul E. McKenney3-99/+90
2012-02-21rcu: Avoid waking up CPUs having only kfree_rcu() callbacksPaul E. McKenney6-22/+105
2012-02-21rcu: Add diagnostic for misaligned rcu_head structuresPaul E. McKenney1-0/+1
2012-02-21rcu: Add lockdep-RCU checks for simple self-deadlockPaul E. McKenney5-0/+27
2012-02-21ftrace, perf: Add filter support for function trace eventJiri Olsa4-9/+168
2012-02-21ftrace: Allow to specify filter field type for ftrace eventsJiri Olsa4-47/+82
2012-02-21ftrace, perf: Add support to use function tracepoint in perfJiri Olsa4-2/+106
2012-02-21ftrace: Add FTRACE_ENTRY_REG macro to allow event registrationJiri Olsa2-2/+20
2012-02-21ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa4-1/+11
2012-02-21ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa4-49/+97
2012-02-21ftrace: Add enable/disable ftrace_ops control interfaceJiri Olsa2-7/+106
2012-02-21tracing: Don't use p->len field to determine output in __print_*() functionsSteven Rostedt1-3/+3
2012-02-20tracing: Don't print an extra separator of flagsAndrey Vagin1-2/+4
2012-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2012-02-17PM / Hibernate: print physical addresses consistently with other parts of kernelBjorn Helgaas1-3/+4
2012-02-17PM / Sleep: Drop suspend_stats_update()Rafael J. Wysocki1-6/+12
2012-02-17PM / Sleep: Make enter_state() in kernel/power/suspend.c staticRafael J. Wysocki3-8/+4
2012-02-17PM / Sleep: Unify kerneldoc comments in kernel/power/suspend.cRafael J. Wysocki1-29/+27
2012-02-17Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar7-16/+31
2012-02-16irq_domain: constify irq_domain_opsGrant Likely1-16/+15
2012-02-16irq_domain: Create common xlate functions that device drivers can useGrant Likely1-10/+55
2012-02-16irq_domain: Remove irq_domain_add_simple()Grant Likely1-8/+2
2012-02-16irq_domain: Remove 'new' irq_domain in favour of the ppc oneGrant Likely1-146/+13
2012-02-16irq_domain: Add support for base irq and hwirq in legacy mappingsGrant Likely1-32/+64
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely1-70/+130
2012-02-16irq_domain: Remove references to old irq_host namesGrant Likely1-111/+108
2012-02-16irq_domain: remove NO_IRQ from irq domain codeGrant Likely1-19/+19
2012-02-16irq_domain: Move irq_domain code from powerpc to kernel/irqGrant Likely1-0/+600
2012-02-15Merge branch 'fortglx/3.4/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2-174/+247
2012-02-15timer: Fix bad idle check on irq entryFrederic Weisbecker1-1/+1
2012-02-15nohz: Remove ts->Einidle checks before restarting the tickFrederic Weisbecker1-5/+6
2012-02-15nohz: Remove update_ts_time_stat from tick_nohz_start_idleMichal Hocko1-5/+1
2012-02-15clockevents: Leave the broadcast device in shutdown mode when not neededSuresh Siddha1-0/+4
2012-02-15futex: Simplify return logicThomas Gleixner1-25/+13
2012-02-15futex: Cover all PI opcodes with cmpxchg enabled checkThomas Gleixner1-6/+13
2012-02-15genirq: Handle pending irqs in irq_startup()Thomas Gleixner4-11/+14