summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-04-23sched/fair: Call cpufreq hook in additional pathsSteve Muckle1-31/+42
2016-04-23sched/fair: Do not call cpufreq hook unless util changedSteve Muckle1-4/+6
2016-04-23sched/fair: Move cpufreq hook to update_cfs_rq_load_avg()Steve Muckle1-24/+26
2016-04-23sched/fair: Fix asym packing to select correct CPUSrikar Dronamraju1-3/+9
2016-04-23Merge tag 'v4.6-rc4' into sched/core, to refresh the treeIngo Molnar5-12/+111
2016-04-17Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+2
2016-04-14/proc/iomem: only expose physical resource addresses to privileged usersLinus Torvalds1-2/+11
2016-04-13sched/cpuacct: Check for NULL when using task_pt_regs()Anton Blanchard1-4/+3
2016-04-13sched/clock: Make local_clock()/cpu_clock() inlineDaniel Lezcano1-41/+1
2016-04-13sched/clock: Remove pointless test in cpu_clock/local_clockDaniel Lezcano1-8/+2
2016-04-13sched/debug: Don't dump sched debug info in SysRq-WRabin Vincent1-1/+2
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds1-4/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-4/+4
2016-04-04locking/lockdep: Fix print_collision() unused warningBorislav Petkov1-0/+2
2016-04-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+13
2016-04-03Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-34/+126
2016-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+4
2016-03-31locking/lockdep: Print chain_key collision informationAlfredo Alvarez Fernandez1-2/+77
2016-03-31sched/fair: Initiate a new task's util avg to a bounded valueYuyang Du3-2/+57
2016-03-31sched/fair: Update comments after a variable renameYuyang Du1-2/+2
2016-03-31sched/core: Add preempt checks in preempt_schedule() codeSteven Rostedt1-9/+59
2016-03-31sched/numa: Remove unnecessary NUMA dequeue update from non-SMP kernelsTim Chen1-0/+2
2016-03-31sched/fair: Reset nr_balance_failed after active balancingSrikar Dronamraju1-6/+6
2016-03-31sched/cpuacct: Split usage accounting into user_usage and sys_usageDongsheng Yang1-27/+113
2016-03-31sched/cpuacct: Show all possible CPUs in cpuacct outputZhao Lei1-5/+5
2016-03-31perf/core: Don't leak event in the syscall error pathAlexander Shishkin1-0/+1
2016-03-31perf/core: Fix time tracking bug with multiplexingPeter Zijlstra1-2/+12
2016-03-29locking/atomic, sched: Unexport fetch_or()Frederic Weisbecker1-0/+18
2016-03-29timers/nohz: Convert tick dependency mask to atomic_tFrederic Weisbecker2-32/+31
2016-03-26arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2-1/+2
2016-03-26oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address spaceMichal Hocko1-1/+1
2016-03-26sched: add schedule_timeout_idle()Andrew Morton1-0/+11
2016-03-25bpf: add missing map_flags to bpf_map_show_fdinfoDaniel Borkmann1-2/+4
2016-03-25Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2016-03-25Merge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and 'pm-sleep'Rafael J. Wysocki1-0/+1
2016-03-24Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds11-111/+222
2016-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-38/+82
2016-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-55/+72
2016-03-23PM / sleep: Clear pm_suspend_global_flags upon hibernateLukas Wunner1-0/+1
2016-03-23kernel/...: convert pr_warning to pr_warnJoe Perches13-60/+52
2016-03-23memremap: add MEMREMAP_WC flagBrian Starkey1-2/+11
2016-03-23memremap: don't modify flagsBrian Starkey1-7/+7
2016-03-23kernel/signal.c: add compile-time check for __ARCH_SI_PREAMBLE_SIZEHelge Deller1-0/+4
2016-03-23kernel: add kcov code coverageDmitry Vyukov7-0/+301
2016-03-23profile: hide unused functions when !CONFIG_PROC_FSArnd Bergmann1-2/+2
2016-03-23panic: change nmi_panic from macro to functionHidehiro Kawai1-0/+20
2016-03-23fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn1-1/+1
2016-03-23ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglockOleg Nesterov1-2/+1
2016-03-23auditsc: for seccomp events, log syscall compat state using in_compat_syscallAndy Lutomirski1-2/+2
2016-03-23ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitnessAndy Lutomirski1-1/+1