| Commit message (Expand) | Author | Files | Lines |
2015-10-07 | NFS: Fix a tracepoint NULL-pointer dereference | Anna Schumaker | 1 | -1/+1 |
2015-10-06 | strscpy: zero any trailing garbage bytes in the destination | Chris Metcalf | 1 | -1/+2 |
2015-10-06 | word-at-a-time.h: support zero_bytemask() on alpha and tile | Chris Metcalf | 2 | -1/+9 |
2015-10-06 | word-at-a-time.h: fix some Kbuild files | Chris Metcalf | 3 | -2/+1 |
2015-10-06 | x86/xen/p2m: hint at the last populated P2M entry | David Vrabel | 1 | -1/+18 |
2015-10-04 | Linux 4.3-rc4v4.3-rc4 | Linus Torvalds | 1 | -1/+1 |
2015-10-04 | MIPS: scall: Always run the seccomp syscall filters | Markos Chandras | 4 | -73/+42 |
2015-10-03 | [CIFS] Update cifs version number | Steve French | 1 | -1/+1 |
2015-10-02 | clocksource: Fix abs() usage w/ 64bit values | John Stultz | 1 | -1/+1 |
2015-10-02 | nfs4: reset states to use open_stateid when returning delegation voluntarily | Jeff Layton | 1 | -0/+3 |
2015-10-02 | NFSv4: Fix a nograce recovery hang | Benjamin Coddington | 1 | -0/+2 |
2015-10-02 | NFSv4.1: nfs4_opendata_check_deleg needs to handle NFS4_OPEN_CLAIM_DELEG_CUR_FH | Trond Myklebust | 1 | -2/+8 |
2015-10-02 | NFSv4: Don't try to reclaim unused state owners | Trond Myklebust | 1 | -1/+2 |
2015-10-02 | NFS: Fix a write performance regression | Trond Myklebust | 1 | -1/+1 |
2015-10-02 | NFS: Fix up page writeback accounting | Trond Myklebust | 1 | -6/+6 |
2015-10-02 | irqchip/gic-v3-its: Count additional LPIs for the aliased devices | Marc Zyngier | 1 | -1/+1 |
2015-10-02 | irqchip/gic-v3-its: Silence warning when its_lpi_alloc_chunks gets inlined | Marc Zyngier | 1 | -0/+3 |
2015-10-02 | Revert "Input: synaptics - fix handling of disabling gesture mode" | Dmitry Torokhov | 1 | -8/+4 |
2015-10-02 | MIPS: Octeon: Fix kernel panic on startup from memory corruption | Matt Bennett | 1 | -1/+1 |
2015-10-02 | MIPS: Fix R2300 FP context switch handling | Paul Burton | 1 | -27/+1 |
2015-10-02 | MIPS: Fix octeon FP context switch handling | Paul Burton | 1 | -25/+1 |
2015-10-02 | arm64: ftrace: fix function_graph tracer panic | Li Bin | 1 | -2/+20 |
2015-10-02 | MIPS: BPF: Fix load delay slots. | Ralf Baechle | 1 | -0/+4 |
2015-10-02 | x86/headers/uapi: Fix __BITS_PER_LONG value for x32 builds | Ben Hutchings | 1 | -1/+1 |
2015-10-02 | md/bitmap: don't pass -1 to bitmap_storage_alloc. | NeilBrown | 1 | -1/+2 |
2015-10-02 | md/raid1: Avoid raid1 resync getting stuck | Jes Sorensen | 1 | -3/+2 |
2015-10-02 | md: drop null test before destroy functions | Julia Lawall | 4 | -14/+7 |
2015-10-02 | md: clear CHANGE_PENDING in readonly array | Shaohua Li | 1 | -0/+1 |
2015-10-02 | md/raid0: apply base queue limits *before* disk_stack_limits | NeilBrown | 1 | -6/+6 |
2015-10-02 | md/raid5: don't index beyond end of array in need_this_block(). | NeilBrown | 1 | -2/+2 |
2015-10-02 | raid5: update analysis state for failed stripe | Shaohua Li | 1 | -0/+4 |
2015-10-02 | md: wait for pending superblock updates before switching to read-only | NeilBrown | 1 | -0/+4 |
2015-10-02 | x86/mm: Set NX on gap between __ex_table and rodata | Stephen Smalley | 1 | -1/+1 |
2015-10-02 | x86/kexec: Fix kexec crash in syscall kexec_file_load() | Lee, Chun-Yi | 1 | -4/+3 |
2015-10-02 | drm/dp/mst: add some defines for logical/physical ports | Dave Airlie | 2 | -1/+5 |
2015-10-02 | drm/dp/mst: drop cancel work sync in the mstb destroy path (v2) | Dave Airlie | 1 | -2/+3 |
2015-10-02 | drm/dp/mst: split connector registration into two parts (v2) | Dave Airlie | 4 | -6/+23 |
2015-10-02 | drm/dp/mst: update the link_address_sent before sending the link address (v3) | Dave Airlie | 1 | -13/+12 |
2015-10-02 | drm/dp/mst: fixup handling hotplug on port removal. | Dave Airlie | 1 | -10/+26 |
2015-10-02 | drm/dp/mst: don't pass port into the path builder function | Dave Airlie | 1 | -4/+5 |
2015-10-02 | drm/radeon: drop radeon_fb_helper_set_par | Alex Deucher | 1 | -31/+1 |
2015-10-02 | drm: handle cursor_set2 in restore_fbdev_mode | Alex Deucher | 1 | -1/+5 |
2015-10-02 | [SMB3] Do not fall back to SMBWriteX in set_file_size error cases | Steve French | 1 | -34/+0 |
2015-10-02 | dmapool: fix overflow condition in pool_find_page() | Robin Murphy | 1 | -1/+1 |
2015-10-02 | thermal: avoid division by zero in power allocator | Andrea Arcangeli | 1 | -0/+10 |
2015-10-02 | memcg: remove pcp_counter_lock | Greg Thelen | 2 | -2/+0 |
2015-10-02 | kprobes: use _do_fork() in samples to make them work again | Petr Mladek | 3 | -12/+12 |
2015-10-02 | drivers/input/joystick/Kconfig: zhenhua.c needs BITREVERSE | Andrew Morton | 1 | -0/+1 |
2015-10-02 | memcg: make mem_cgroup_read_stat() unsigned | Greg Thelen | 1 | -12/+18 |
2015-10-02 | memcg: fix dirty page migration | Greg Thelen | 2 | -1/+32 |