summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kernel: res_counter: remove the unused APIJohannes Weiner2014-12-106-647/+8
* mm: hugetlb_cgroup: convert to lockless page countersJohannes Weiner2014-12-104-48/+61
* mm: memcontrol: lockless page countersJohannes Weiner2014-12-109-404/+615
* slab: replace smp_read_barrier_depends() with lockless_dereference()Pranith Kumar2014-12-101-3/+3
* slab: improve checking for invalid gfp_flagsAndrew Morton2014-12-102-2/+8
* mm: slub: fix format mismatches in slab_err() callersAndrey Ryabinin2014-12-101-3/+3
* mm/slab: reverse iteration on find_mergeable()Joonsoo Kim2014-12-101-1/+1
* slab: print slabinfo header in seq showVladimir Davydov2014-12-103-16/+8
* mm: slab/slub: coding style: whitespaces and tabs mixtureLQYMGT2014-12-102-10/+10
* fs/char_dev.c: remove pointless assignment from __register_chrdev_region()Jan Kara2014-12-101-1/+0
* ocfs2: remove unneeded NULL checkDan Carpenter2014-12-101-1/+1
* ocfs2: remove bogus NULL check in ocfs2_move_extents()Dan Carpenter2014-12-101-3/+0
* ocfs2: do not set filesystem readonly if link downjiangyiwen2014-12-102-2/+2
* ocfs2: do not set OCFS2_LOCK_UPCONVERT_FINISHING if nonblocking lock can not ...Xue jiufei2014-12-102-6/+37
* ocfs2: fix error handling when creating debugfs root in ocfs2_init()Jan Kara2014-12-101-1/+2
* ocfs2: remove filesize checks for sync I/O journal commitGoldwyn Rodrigues2014-12-101-3/+1
* ocfs2: o2net: fix connect expiredJunxiao Bi2014-12-101-1/+1
* ocfs2: o2dlm: fix a race between purge and master querySrinivas Eeda2014-12-101-0/+12
* ocfs2: report error from o2hb_do_disk_heartbeat() to userJan Kara2014-12-101-2/+2
* ocfs2: remove bogus test from ocfs2_read_locked_inode()Jan Kara2014-12-101-2/+1
* ocfs2: Fix xattr check in ocfs2_get_xattr_nolock()Jan Kara2014-12-101-1/+1
* ocfs2: fix an off-by-one BUG_ON() statementDan Carpenter2014-12-101-1/+1
* ocfs2/dlm: let sender retry if dlm_dispatch_assert_master failed with -ENOMEMJoseph Qi2014-12-101-5/+13
* sh: off by one BUG_ON() in setup_bootmem_node()Dan Carpenter2014-12-101-1/+1
* scripts/kernel-doc: don't eat struct members with __alignedJohannes Berg2014-12-101-1/+1
* dma-debug: prevent early callers from crashingFlorian Fainelli2014-12-101-2/+10
* dma-debug: introduce dma_debug_disabledFlorian Fainelli2014-12-101-16/+21
* fs/cifs/smb2file.c: replace count*size kzalloc by kcallocFabian Frederick2014-12-101-2/+2
* fs/cifs/file.c: replace count*size kzalloc by kcallocFabian Frederick2014-12-101-2/+2
* fs/cifs: remove obsolete __constantFabian Frederick2014-12-107-47/+47
* mm/CMA: fix boot regression due to physical address of high_memoryJoonsoo Kim2014-12-101-1/+13
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-103-5/+67
|\
| * timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REAL...Heena Sirwani2014-10-292-0/+31
| * timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONICHeena Sirwani2014-10-293-5/+36
* | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-1035-47/+1591
|\ \
| * | asm-generic: Remove asm-generic arch_bprm_mm_init()Dave Hansen2014-11-221-5/+0
| * | mm: Make arch_unmap()/bprm_mm_init() available to all architecturesDave Hansen2014-11-195-14/+55
| * | x86: Cleanly separate use of asm-generic/mm_hooks.hDave Hansen2014-11-192-5/+24
| * | x86 mpx: Change return type of get_reg_offset()Dave Hansen2014-11-191-5/+4
| * | fs: Do not include mpx.h in exec.cDave Hansen2014-11-181-1/+0
| * | x86, mpx: Add documentation on Intel MPXQiaowei Ren2014-11-181-0/+234
| * | x86, mpx: Cleanup unused bound tablesDave Hansen2014-11-185-0/+421
| * | x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen2014-11-1811-6/+399
| * | x86, mpx: Decode MPX instruction to get bound violation informationDave Hansen2014-11-182-0/+249
| * | x86, mpx: Add MPX-specific mmap interfaceQiaowei Ren2014-11-184-0/+128
| * | x86, mpx: Introduce VM_MPX to indicate that a VMA is MPX specificQiaowei Ren2014-11-182-0/+9
| * | x86, mpx: Add MPX to disabled featuresDave Hansen2014-11-181-1/+7
| * | ia64: Sync struct siginfo with general versionQiaowei Ren2014-11-181-2/+6
| * | mips: Sync struct siginfo with general versionQiaowei Ren2014-11-181-0/+4
| * | mpx: Extend siginfo structure to include bound violation informationQiaowei Ren2014-11-182-1/+12
OpenPOWER on IntegriCloud