summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-23objtool: Add do_task_dead() to global noreturn listJosh Poimboeuf1-0/+1
2016-09-22sched/debug: Hide printk() by defaultPeter Zijlstra1-1/+3
2016-09-22sched/fair: Fix SCHED_HRTICK bug leading to late preemption of tasksSrivatsa Vaddagiri1-1/+1
2016-09-22sched/core: Avoid _cond_resched() for PREEMPT=yPeter Zijlstra2-0/+6
2016-09-22sched/core: Optimize __schedule()Peter Zijlstra4-41/+34
2016-09-22stop_machine: Avoid a sleep and wakeup in stop_one_cpu()Cheng Chao2-2/+11
2016-09-22sched/core: Remove unnecessary initialization in sched_init()Cheng Chao1-5/+0
2016-09-22Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar454-2611/+4010
2016-09-22sched/core: Do not use smp_processor_id() with preempt enabled in smpboot_thr...Con Kolivas1-1/+1
2016-09-20Merge tag 'usercopy-v4.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+4
2016-09-20fix fault_in_multipages_...() on architectures with no-op access_ok()Al Viro1-19/+19
2016-09-20mm: usercopy: Check for module addressesLaura Abbott1-1/+4
2016-09-20fs/proc/kcore.c: Add bounce buffer for ktext dataJiri Olsa1-1/+6
2016-09-20fs/proc/kcore.c: Make bounce buffer global for readJiri Olsa1-10/+14
2016-09-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds22-146/+240
2016-09-19rapidio/rio_cm: avoid GFP_KERNEL in atomic contextAlexandre Bounine1-3/+16
2016-09-19Revert "ocfs2: bump up o2cb network protocol version"Junxiao Bi1-4/+1
2016-09-19ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant1-10/+24
2016-09-19cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner2-1/+10
2016-09-19mm: memcontrol: make per-cpu charge cache IRQ-safe for socket accountingJohannes Weiner1-9/+22
2016-09-19ocfs2: fix double unlock in case retry after free truncate logJoseph Qi1-2/+12
2016-09-19fanotify: fix list corruption in fanotify_get_response()Jan Kara4-42/+25
2016-09-19fsnotify: add a way to stop queueing events on group shutdownJan Kara3-1/+29
2016-09-19ocfs2: fix trans extend while free cached blocksJunxiao Bi1-18/+9
2016-09-19ocfs2: fix trans extend while flush truncate logJunxiao Bi1-19/+10
2016-09-19ipc/shm: fix crash if CONFIG_SHMEM is not setKirill A. Shutemov1-0/+9
2016-09-19mm: fix the page_swap_info() BUG_ON checkSantosh Shilimkar2-1/+3
2016-09-19autofs: use dentry flags to block walks during expireIan Kent1-13/+42
2016-09-19MAINTAINERS: update email for VLYNQ bus entryFlorian Fainelli1-1/+1
2016-09-19mm: avoid endless recursion in dump_page()Kirill A. Shutemov1-2/+4
2016-09-19mm, thp: fix leaking mapped pte in __collapse_huge_page_swapin()Ebru Akagunduz1-5/+5
2016-09-19khugepaged: fix use-after-free in collapse_huge_page()Kirill A. Shutemov1-7/+8
2016-09-19MAINTAINERS: Maik has movedSudip Mukherjee1-1/+1
2016-09-19ocfs2/dlm: fix race between convert and migrationJoseph Qi1-6/+6
2016-09-19mem-hotplug: don't clear the only node in new_node_page()Li Zhong1-1/+3
2016-09-19scripts/faddr2line: improve on base path filtering a bitLinus Torvalds1-1/+1
2016-09-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-94/+28
2016-09-19Merge tag 'drm-fixes-for-4.8-rc7' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds6-107/+22
2016-09-19scripts: add script for translating stack dump function offsetsJosh Poimboeuf1-0/+177
2016-09-19drm: Only use compat ioctl for addfb2 on X86/IA64Kristian H. Kristensen1-0/+4
2016-09-19Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie5-107/+18
2016-09-19Subject: [PATCH, RESEND] drm: exynos: avoid unused function warningArnd Bergmann1-4/+2
2016-09-18Linux 4.8-rc7v4.8-rc7Linus Torvalds1-1/+1
2016-09-18Merge tag 'usb-4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-13/+20
2016-09-18Merge tag 'fixes-for-linus-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+3
2016-09-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-15/+26
2016-09-18Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2016-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-4/+16
2016-09-18openrisc: fix the fix of copy_from_user()Guenter Roeck1-1/+1
2016-09-18avr32: fix 'undefined reference to `___copy_from_user'Guenter Roeck1-2/+2