aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-07Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+8
2013-10-29perf: Fix perf ring buffer memory orderingPeter Zijlstra1-4/+27
2013-10-27Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+50
2013-10-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2013-10-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+16
2013-10-26Merge tag 'pm+acpi-3.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2013-10-25PM / hibernate: Move software_resume to late_initcall_syncRuss Dill1-1/+1
2013-10-23clockevents: Sanitize ticks to nsec conversionThomas Gleixner1-15/+50
2013-10-22Merge branch 'for-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-8/+6
2013-10-20Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar1-0/+4
2013-10-19Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman6-7/+36
2013-10-18mutex: Avoid gcc version dependent __builtin_constant_p() usageTetsuo Handa1-16/+16
2013-10-17perf: Disable PERF_RECORD_MMAP2 supportStephane Eranian1-0/+4
2013-10-16sysrq: Allow magic SysRq key functions to be disabled through KconfigBen Hutchings1-1/+1
2013-10-13cgroup: fix to break the while loop in cgroup_attach_task() correctlyAnjana V Kumar1-3/+3
2013-10-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2013-10-04Merge tag 'pm+acpi-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-1/+12
2013-10-04perf: Fix perf_pmu_migrate_contextPeter Zijlstra1-3/+3
2013-10-02Merge branch 'irq/urgent-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into irq/urgentIngo Molnar1-3/+12
2013-10-01irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker1-3/+12
2013-09-30pidns: fix free_pid() to handle the first fork failureOleg Nesterov1-0/+5
2013-09-30kernel/kmod.c: check for NULL in call_usermodehelper_exec()Tetsuo Handa1-0/+4
2013-09-30PM / hibernate: Fix user space driven resume regressionRafael J. Wysocki2-1/+12
2013-09-29Merge 3.12-rc3 into driver-core-nextGreg Kroah-Hartman7-15/+107
2013-09-28Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+12
2013-09-28kernel/params: fix handling of signed integer typesJean Delvare1-3/+3
2013-09-28Merge branch 'context_tracking/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/urgentIngo Molnar1-0/+12
2013-09-27arm: Fix build error with context tracking callsFrederic Weisbecker1-0/+12
2013-09-26pmu_bus: convert bus code to use dev_groupsGreg Kroah-Hartman1-5/+8
2013-09-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+5
2013-09-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+21
2013-09-24kernel/reboot.c: re-enable the function of variable reboot_defaultChuansheng Liu1-1/+8
2013-09-24audit: fix endless wait in audit_log_start()Konstantin Khlebnikov1-2/+3
2013-09-24watchdog: update watchdog_thresh properlyMichal Hocko1-3/+50
2013-09-24watchdog: update watchdog attributes atomicallyMichal Hocko1-2/+5
2013-09-20sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov1-1/+1
2013-09-20sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_imbalance()Vladimir Davydov1-2/+2
2013-09-20sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imbalance()Vladimir Davydov1-1/+2
2013-09-20perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'Peter Zijlstra1-0/+21
2013-09-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+4
2013-09-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-10/+15
2013-09-16sched: Fix comment for sched_info_departMichael S. Tsirkin1-2/+3
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-1/+1
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky3-15/+1
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds4-18/+25
2013-09-12kernel: replace strict_strto*() with kstrto*()Jingoo Han3-9/+9
2013-09-12memcg: reduce function dereferenceSha Zhengju1-8/+11
2013-09-12memcg: avoid overflow caused by PAGE_ALIGNSha Zhengju1-1/+5
2013-09-12memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju1-4/+4