summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2013-09-28Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-u...Linus Torvalds-0/+12
2013-09-28kernel/params: fix handling of signed integer typesJean Delvare-3/+3
2013-09-28Merge branch 'context_tracking/fixes' of git://git.kernel.org/pub/scm/linux/k...Ingo Molnar-0/+12
2013-09-27arm: Fix build error with context tracking callsFrederic Weisbecker-0/+12
2013-09-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+5
2013-09-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+21
2013-09-24kernel/reboot.c: re-enable the function of variable reboot_defaultChuansheng Liu-1/+8
2013-09-24audit: fix endless wait in audit_log_start()Konstantin Khlebnikov-2/+3
2013-09-24watchdog: update watchdog_thresh properlyMichal Hocko-3/+50
2013-09-24watchdog: update watchdog attributes atomicallyMichal Hocko-2/+5
2013-09-20sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov-1/+1
2013-09-20sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_...Vladimir Davydov-2/+2
2013-09-20sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imba...Vladimir Davydov-1/+2
2013-09-20perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'Peter Zijlstra-0/+21
2013-09-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+4
2013-09-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-10/+15
2013-09-16sched: Fix comment for sched_info_departMichael S. Tsirkin-2/+3
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds-1/+1
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky-15/+1
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds-18/+25
2013-09-12kernel: replace strict_strto*() with kstrto*()Jingoo Han-9/+9
2013-09-12memcg: reduce function dereferenceSha Zhengju-8/+11
2013-09-12memcg: avoid overflow caused by PAGE_ALIGNSha Zhengju-1/+5
2013-09-12memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju-4/+4
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-3/+3
2013-09-12Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-32/+37
2013-09-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+2
2013-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2013-09-12sched/debug: Take PID namespace into accountPeter Zijlstra-3/+3
2013-09-12sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura-5/+9
2013-09-12uprobes: Fix utask->depth accounting in handle_trampoline()Oleg Nesterov-3/+1
2013-09-12timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz-4/+4
2013-09-11panic: call panic handlers before kmsg_dumpKees Cook-2/+6
2013-09-11kexec: remove unnecessary returnXishi Qiu-4/+1
2013-09-11__ptrace_may_access() should not deny sub-threadsMark Grondona-1/+1
2013-09-11kprobes: allow to specify custom allocator for insn cachesHeiko Carstens-2/+18
2013-09-11kprobes: unify insn cachesHeiko Carstens-54/+21
2013-09-11task_work: documentationOleg Nesterov-0/+36
2013-09-11task_work: minor cleanupsOleg Nesterov-2/+2
2013-09-11kernel/smp.c: quit unconditionally enabling irqs in on_each_cpu_mask().David Daney-4/+7
2013-09-11extable: skip sorting if the table is emptyUwe Kleine-König-1/+1
2013-09-11smp.h: move !SMP version of on_each_cpu() out-of-lineDavid Daney-0/+11
2013-09-11up.c: use local_irq_{save,restore}() in smp_call_function_single.David Daney-3/+5
2013-09-11smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_condDavid Daney-0/+39
2013-09-11kernel/spinlock.c: add default arch_*_relax definitions for GENERIC_LOCKBREAKWill Deacon-0/+14
2013-09-11kernel/smp.c: free related resources when failure occurs in hotplug_cfd()Chen Gang-1/+4
2013-09-11kernel/modsign_pubkey.c: fix init const for module signing codeAndi Kleen-3/+3
2013-09-11kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers-2/+2
2013-09-11mm: prepare to remove /proc/sys/vm/hugepages_treat_as_movableNaoya Horiguchi-1/+1
2013-09-11mm: use zone_end_pfn() instead of zone_start_pfn+spanned_pagesXishi Qiu-6/+6