aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-08shm: add memfd_create() syscallDavid Herrmann2-0/+9
2014-08-08shm: add sealing APIDavid Herrmann2-0/+32
2014-08-08mm: allow drivers to prevent new writable mappingsDavid Herrmann1-2/+27
2014-08-08pci-dma-compat: add pci_zalloc_consistent helperJoe Perches1-0/+8
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski1-5/+12
2014-08-08lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott2-2/+2
2014-08-08shm: remove unneeded extern for functionJack Miller1-1/+1
2014-08-08shm: make exit_shm work proportional to task activityJack Miller2-1/+17
2014-08-08initramfs: support initramfs that is bigger than 2GiBYinghai Lu8-31/+31
2014-08-08panic: add TAINT_SOFTLOCKUPJosh Hunt1-0/+1
2014-08-08sysctl: remove typedef ctl_tableJoe Perches1-2/+0
2014-08-08rapidio: add new RapidIO DMA interface routinesAlexandre Bounine1-0/+5
2014-08-08kernel/fork.c: make mm_init_owner staticVladimir Davydov1-5/+0
2014-08-08fork/exec: cleanup mm initializationVladimir Davydov1-0/+1
2014-08-08proc: constify seq_operationsFabian Frederick1-3/+3
2014-08-08memcg: remove lookup_cgroup_page() prototypeGreg Thelen1-1/+0
2014-08-08page-cgroup: get rid of NR_PCG_FLAGSVladimir Davydov1-6/+0
2014-08-08page-cgroup: trivial cleanupVladimir Davydov1-11/+11
2014-08-08mm: memcontrol: use page lists for uncharge batchingJohannes Weiner2-16/+2
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner3-76/+28
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner2-39/+17
2014-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds2-0/+57
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds32-322/+371
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+5
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-0/+1
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds19-101/+389
2014-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds15-349/+116
2014-08-06Merge tag 'sound-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds17-44/+199
2014-08-06Merge tag 'for-v3.17' of git://git.infradead.org/battery-2.6Linus Torvalds1-0/+4
2014-08-06lib: bitmap: add missing mask in bitmap_andnotRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: add missing mask in bitmap_andRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: add missing mask in bitmap_shift_rightRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: change parameter of bitmap_*_region to unsignedRasmus Villemoes1-3/+3
2014-08-06lib: bitmap: make the start index of bitmap_clear unsignedRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: make the start index of bitmap_set unsignedRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: make nbits parameter of bitmap_weight unsignedRasmus Villemoes1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_subset unsignedRasmus Villemoes1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_intersects unsignedRasmus Villemoes1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsignedRasmus Villemoes1-8/+8
2014-08-06lib: bitmap: remove unnecessary mask from bitmap_complementRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: make nbits parameter of bitmap_complement unsignedRasmus Villemoes1-3/+3
2014-08-06lib: bitmap: make nbits parameter of bitmap_equal unsignedRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: make nbits parameter of bitmap_full unsignedRasmus Villemoes1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_empty unsignedRasmus Villemoes1-2/+2
2014-08-06kernel.h: remove deprecated pack_hex_byteJoe Perches1-5/+0
2014-08-06lib: add lib/glob.cGeorge Spelvin1-0/+9
2014-08-06zlib: clean up some dead codeSergey Senozhatsky1-118/+0
2014-08-06klist: use same naming scheme as hlist for klist_add_after()Ken Helias1-1/+1
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2-6/+6
2014-08-06list: make hlist_add_after() argument names match hlist_add_after_rcu()Ken Helias1-7/+7