aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-10-04Merge tag 'pm+acpi-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-1/+12
2013-10-02Merge branch 'irq/urgent-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 1-3/+12
2013-10-01irq: Force hardirq exit's softirq processing on its own stackGravatar Frederic Weisbecker 1-3/+12
2013-09-30pidns: fix free_pid() to handle the first fork failureGravatar Oleg Nesterov 1-0/+5
2013-09-30kernel/kmod.c: check for NULL in call_usermodehelper_exec()Gravatar Tetsuo Handa 1-0/+4
2013-09-30PM / hibernate: Fix user space driven resume regressionGravatar Rafael J. Wysocki 2-1/+12
2013-09-28Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-u...Gravatar Linus Torvalds 1-0/+12
2013-09-28kernel/params: fix handling of signed integer typesGravatar Jean Delvare 1-3/+3
2013-09-28Merge branch 'context_tracking/fixes' of git://git.kernel.org/pub/scm/linux/k...Gravatar Ingo Molnar 1-0/+12
2013-09-27arm: Fix build error with context tracking callsGravatar Frederic Weisbecker 1-0/+12
2013-09-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-4/+5
2013-09-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+21
2013-09-24kernel/reboot.c: re-enable the function of variable reboot_defaultGravatar Chuansheng Liu 1-1/+8
2013-09-24audit: fix endless wait in audit_log_start()Gravatar Konstantin Khlebnikov 1-2/+3
2013-09-24watchdog: update watchdog_thresh properlyGravatar Michal Hocko 1-3/+50
2013-09-24watchdog: update watchdog attributes atomicallyGravatar Michal Hocko 1-2/+5
2013-09-20sched/balancing: Fix cfs_rq->task_h_load calculationGravatar Vladimir Davydov 1-1/+1
2013-09-20sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_...Gravatar Vladimir Davydov 1-2/+2
2013-09-20sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imba...Gravatar Vladimir Davydov 1-1/+2
2013-09-20perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'Gravatar Peter Zijlstra 1-0/+21
2013-09-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-4/+4
2013-09-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-10/+15
2013-09-16sched: Fix comment for sched_info_departGravatar Michael S. Tsirkin 1-2/+3
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextGravatar Linus Torvalds 1-1/+1
2013-09-13Remove GENERIC_HARDIRQ config optionGravatar Martin Schwidefsky 3-15/+1
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Gravatar Linus Torvalds 4-18/+25
2013-09-12kernel: replace strict_strto*() with kstrto*()Gravatar Jingoo Han 3-9/+9
2013-09-12memcg: reduce function dereferenceGravatar Sha Zhengju 1-8/+11
2013-09-12memcg: avoid overflow caused by PAGE_ALIGNGravatar Sha Zhengju 1-1/+5
2013-09-12memcg: rename RESOURCE_MAX to RES_COUNTER_MAXGravatar Sha Zhengju 1-4/+4
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+3
2013-09-12Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-32/+37
2013-09-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-3/+2
2013-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2013-09-12sched/debug: Take PID namespace into accountGravatar Peter Zijlstra 1-3/+3
2013-09-12sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Gravatar Daisuke Nishimura 1-5/+9
2013-09-12uprobes: Fix utask->depth accounting in handle_trampoline()Gravatar Oleg Nesterov 1-3/+1
2013-09-12timekeeping: Fix HRTICK related deadlock from ntp lock changesGravatar John Stultz 2-4/+4
2013-09-11panic: call panic handlers before kmsg_dumpGravatar Kees Cook 1-2/+6
2013-09-11kexec: remove unnecessary returnGravatar Xishi Qiu 1-4/+1
2013-09-11__ptrace_may_access() should not deny sub-threadsGravatar Mark Grondona 1-1/+1
2013-09-11kprobes: allow to specify custom allocator for insn cachesGravatar Heiko Carstens 1-2/+18
2013-09-11kprobes: unify insn cachesGravatar Heiko Carstens 1-54/+21
2013-09-11task_work: documentationGravatar Oleg Nesterov 1-0/+36
2013-09-11task_work: minor cleanupsGravatar Oleg Nesterov 1-2/+2
2013-09-11kernel/smp.c: quit unconditionally enabling irqs in on_each_cpu_mask().Gravatar David Daney 1-4/+7
2013-09-11extable: skip sorting if the table is emptyGravatar Uwe Kleine-König 1-1/+1
2013-09-11smp.h: move !SMP version of on_each_cpu() out-of-lineGravatar David Daney 1-0/+11
2013-09-11up.c: use local_irq_{save,restore}() in smp_call_function_single.Gravatar David Daney 1-3/+5
2013-09-11smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_condGravatar David Daney 1-0/+39