Age | Commit message (Expand) | Author | Files | Lines |
2014-01-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -1/+1 |
2014-01-16 | Merge branches 'sched-urgent-for-linus' and 'timers-urgent-for-linus' of git:... | Linus Torvalds | 1 | -1/+1 |
2014-01-12 | sched_clock: Disable seqlock lockdep usage in sched_clock() | John Stultz | 1 | -3/+3 |
2014-01-12 | sched: Calculate effective load even if local weight is 0 | Rik van Riel | 1 | -1/+1 |
2013-12-29 | Merge tag 'pm+acpi-3.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+1 |
2013-12-27 | Merge branches 'pm-cpufreq' and 'pm-sleep' containing PM fixes | Rafael J. Wysocki | 1 | -0/+1 |
2013-12-24 | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -18/+32 |
2013-12-24 | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+6 |
2013-12-22 | PM / sleep: Fix memory leak in pm_vt_switch_unregister(). | Masami Ichikawa | 1 | -0/+1 |
2013-12-20 | mm: do not allocate page->ptl dynamically, if spinlock_t fits to long | Kirill A. Shutemov | 1 | -1/+1 |
2013-12-20 | Merge tag 'trace-fixes-v3.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2013-12-19 | libata, freezer: avoid block device removal while system is frozen | Tejun Heo | 1 | -0/+6 |
2013-12-19 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -2/+17 |
2013-12-19 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+18 |
2013-12-18 | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 4 | -1/+10 |
2013-12-18 | mm: fix TLB flush race between migration, and change_protection_range | Rik van Riel | 1 | -0/+1 |
2013-12-18 | sched: numa: skip inaccessible VMAs | Mel Gorman | 1 | -0/+7 |
2013-12-18 | kexec: migrate to reboot cpu | Vivek Goyal | 2 | -1/+2 |
2013-12-18 | Merge branch 'keys-devel' of git://git.kernel.org/pub/scm/linux/kernel/git/dh... | Linus Torvalds | 2 | -6/+7 |
2013-12-17 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -80/+65 |
2013-12-17 | sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entities | Kirill Tkhai | 1 | -0/+14 |
2013-12-17 | sched: Assign correct scheduling domain to 'sd_llc' | Mel Gorman | 1 | -2/+3 |
2013-12-17 | perf: Disable all pmus on unthrottling and rescheduling | Alexander Shishkin | 1 | -3/+18 |
2013-12-17 | cgroup: don't recycle cgroup id until all csses' have been destroyed | Li Zefan | 1 | -8/+11 |
2013-12-16 | ftrace: Initialize the ftrace profiler for each possible cpu | Miao Xie | 1 | -1/+1 |
2013-12-15 | Merge tag 'pci-v3.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -22/+14 |
2013-12-13 | KEYS: fix uninitialized persistent_keyring_register_sem | Xiao Guangrong | 1 | -3/+3 |
2013-12-13 | KEYS: Remove files generated when SYSTEM_TRUSTED_KEYRING=y | Kirill Tkhai | 1 | -1/+1 |
2013-12-13 | X.509: Fix certificate gathering | David Howells | 1 | -2/+3 |
2013-12-12 | Merge tag 'keys-devel-20131210' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -4/+15 |
2013-12-12 | futex: move user address verification up to common code | Linus Torvalds | 1 | -2/+3 |
2013-12-12 | futex: fix handling of read-only-mapped hugepages | Linus Torvalds | 1 | -1/+1 |
2013-12-11 | sched/fair: Rework sched_fair time accounting | Peter Zijlstra | 1 | -80/+64 |
2013-12-11 | sched: Initialize power_orig for overlapping groups | Peter Zijlstra | 1 | -0/+1 |
2013-12-10 | KEYS: correct alignment of system_certificate_list content in assembly file | Hendrik Brueckner | 2 | -4/+14 |
2013-12-10 | Ignore generated file kernel/x509_certificate_list | Rusty Russell | 1 | -0/+1 |
2013-12-07 | PCI: Disable Bus Master only on kexec reboot | Khalid Aziz | 1 | -0/+4 |
2013-12-06 | cgroup: fix cgroup_create() error handling path | Tejun Heo | 1 | -10/+21 |
2013-12-06 | Merge tag 'trace-fixes-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -10/+3 |
2013-12-05 | tracing: Only run synchronize_sched() at instance deletion time | Steven Rostedt | 2 | -10/+3 |
2013-12-04 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 5 | -19/+32 |
2013-12-02 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2013-12-02 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -7/+28 |
2013-12-02 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -9/+7 |
2013-11-29 | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -13/+37 |
2013-11-29 | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -6/+37 |
2013-11-29 | nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=off | Thomas Gleixner | 1 | -1/+3 |
2013-11-28 | kernel/extable: fix address-checks for core_kernel and init areas | Helge Deller | 1 | -2/+2 |
2013-11-27 | cgroup: fix cgroup_subsys_state leak for seq_files | Tejun Heo | 1 | -1/+4 |
2013-11-27 | cpuset: Fix memory allocator deadlock | Peter Zijlstra | 1 | -2/+6 |