Age | Commit message (Expand) | Author | Files | Lines |
2016-04-23 | sched/fair: Call cpufreq hook in additional paths | Steve Muckle | 1 | -31/+42 |
2016-04-23 | sched/fair: Do not call cpufreq hook unless util changed | Steve Muckle | 1 | -4/+6 |
2016-04-23 | sched/fair: Move cpufreq hook to update_cfs_rq_load_avg() | Steve Muckle | 1 | -24/+26 |
2016-04-23 | sched/fair: Fix asym packing to select correct CPU | Srikar Dronamraju | 1 | -3/+9 |
2016-04-23 | Merge tag 'v4.6-rc4' into sched/core, to refresh the tree | Ingo Molnar | 5 | -12/+111 |
2016-04-17 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -0/+2 |
2016-04-14 | /proc/iomem: only expose physical resource addresses to privileged users | Linus Torvalds | 1 | -2/+11 |
2016-04-13 | sched/cpuacct: Check for NULL when using task_pt_regs() | Anton Blanchard | 1 | -4/+3 |
2016-04-13 | sched/clock: Make local_clock()/cpu_clock() inline | Daniel Lezcano | 1 | -41/+1 |
2016-04-13 | sched/clock: Remove pointless test in cpu_clock/local_clock | Daniel Lezcano | 1 | -8/+2 |
2016-04-13 | sched/debug: Don't dump sched debug info in SysRq-W | Rabin Vincent | 1 | -1/+2 |
2016-04-04 | Merge branch 'PAGE_CACHE_SIZE-removal' | Linus Torvalds | 1 | -4/+4 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -4/+4 |
2016-04-04 | locking/lockdep: Fix print_collision() unused warning | Borislav Petkov | 1 | -0/+2 |
2016-04-03 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+13 |
2016-04-03 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -34/+126 |
2016-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -2/+4 |
2016-03-31 | locking/lockdep: Print chain_key collision information | Alfredo Alvarez Fernandez | 1 | -2/+77 |
2016-03-31 | sched/fair: Initiate a new task's util avg to a bounded value | Yuyang Du | 3 | -2/+57 |
2016-03-31 | sched/fair: Update comments after a variable rename | Yuyang Du | 1 | -2/+2 |
2016-03-31 | sched/core: Add preempt checks in preempt_schedule() code | Steven Rostedt | 1 | -9/+59 |
2016-03-31 | sched/numa: Remove unnecessary NUMA dequeue update from non-SMP kernels | Tim Chen | 1 | -0/+2 |
2016-03-31 | sched/fair: Reset nr_balance_failed after active balancing | Srikar Dronamraju | 1 | -6/+6 |
2016-03-31 | sched/cpuacct: Split usage accounting into user_usage and sys_usage | Dongsheng Yang | 1 | -27/+113 |
2016-03-31 | sched/cpuacct: Show all possible CPUs in cpuacct output | Zhao Lei | 1 | -5/+5 |
2016-03-31 | perf/core: Don't leak event in the syscall error path | Alexander Shishkin | 1 | -0/+1 |
2016-03-31 | perf/core: Fix time tracking bug with multiplexing | Peter Zijlstra | 1 | -2/+12 |
2016-03-29 | locking/atomic, sched: Unexport fetch_or() | Frederic Weisbecker | 1 | -0/+18 |
2016-03-29 | timers/nohz: Convert tick dependency mask to atomic_t | Frederic Weisbecker | 2 | -32/+31 |
2016-03-26 | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections | Alexander Potapenko | 2 | -1/+2 |
2016-03-26 | oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address space | Michal Hocko | 1 | -1/+1 |
2016-03-26 | sched: add schedule_timeout_idle() | Andrew Morton | 1 | -0/+11 |
2016-03-25 | bpf: add missing map_flags to bpf_map_show_fdinfo | Daniel Borkmann | 1 | -2/+4 |
2016-03-25 | Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+1 |
2016-03-25 | Merge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and 'pm-sleep' | Rafael J. Wysocki | 1 | -0/+1 |
2016-03-24 | Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 11 | -111/+222 |
2016-03-24 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -38/+82 |
2016-03-24 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 5 | -55/+72 |
2016-03-23 | PM / sleep: Clear pm_suspend_global_flags upon hibernate | Lukas Wunner | 1 | -0/+1 |
2016-03-23 | kernel/...: convert pr_warning to pr_warn | Joe Perches | 13 | -60/+52 |
2016-03-23 | memremap: add MEMREMAP_WC flag | Brian Starkey | 1 | -2/+11 |
2016-03-23 | memremap: don't modify flags | Brian Starkey | 1 | -7/+7 |
2016-03-23 | kernel/signal.c: add compile-time check for __ARCH_SI_PREAMBLE_SIZE | Helge Deller | 1 | -0/+4 |
2016-03-23 | kernel: add kcov code coverage | Dmitry Vyukov | 7 | -0/+301 |
2016-03-23 | profile: hide unused functions when !CONFIG_PROC_FS | Arnd Bergmann | 1 | -2/+2 |
2016-03-23 | panic: change nmi_panic from macro to function | Hidehiro Kawai | 1 | -0/+20 |
2016-03-23 | fs/coredump: prevent fsuid=0 dumps into user-controlled directories | Jann Horn | 1 | -1/+1 |
2016-03-23 | ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglock | Oleg Nesterov | 1 | -2/+1 |
2016-03-23 | auditsc: for seccomp events, log syscall compat state using in_compat_syscall | Andy Lutomirski | 1 | -2/+2 |
2016-03-23 | ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitness | Andy Lutomirski | 1 | -1/+1 |