summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* kexec: verify the signature of signed PE bzImageVivek Goyal2014-08-081-0/+3
* kexec: support kexec/kdump on EFI systemsVivek Goyal2014-08-081-0/+19
* kexec-bzImage64: support for loading bzImage using 64bit entryVivek Goyal2014-08-081-1/+1
* kexec: load and relocate purgatory at kernel load timeVivek Goyal2014-08-081-0/+33
* kexec: implementation of new syscall kexec_file_loadVivek Goyal2014-08-082-0/+64
* kexec: new syscall kexec_file_load() declarationVivek Goyal2014-08-081-0/+4
* kexec: make kexec_segment user buffer pointer a unionVivek Goyal2014-08-081-1/+12
* resource: provide new functions to walk through resourcesVivek Goyal2014-08-081-0/+6
* kexec: rename unusebale_pages to unusable_pagesVivek Goyal2014-08-081-1/+1
* shm: add memfd_create() syscallDavid Herrmann2014-08-082-0/+9
* shm: add sealing APIDavid Herrmann2014-08-082-0/+32
* mm: allow drivers to prevent new writable mappingsDavid Herrmann2014-08-081-2/+27
* pci-dma-compat: add pci_zalloc_consistent helperJoe Perches2014-08-081-0/+8
* arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski2014-08-081-5/+12
* lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott2014-08-082-2/+2
* shm: remove unneeded extern for functionJack Miller2014-08-081-1/+1
* shm: make exit_shm work proportional to task activityJack Miller2014-08-082-1/+17
* initramfs: support initramfs that is bigger than 2GiBYinghai Lu2014-08-088-31/+31
* panic: add TAINT_SOFTLOCKUPJosh Hunt2014-08-081-0/+1
* sysctl: remove typedef ctl_tableJoe Perches2014-08-081-2/+0
* rapidio: add new RapidIO DMA interface routinesAlexandre Bounine2014-08-081-0/+5
* kernel/fork.c: make mm_init_owner staticVladimir Davydov2014-08-081-5/+0
* fork/exec: cleanup mm initializationVladimir Davydov2014-08-081-0/+1
* proc: constify seq_operationsFabian Frederick2014-08-081-3/+3
* memcg: remove lookup_cgroup_page() prototypeGreg Thelen2014-08-081-1/+0
* page-cgroup: get rid of NR_PCG_FLAGSVladimir Davydov2014-08-081-6/+0
* page-cgroup: trivial cleanupVladimir Davydov2014-08-081-11/+11
* mm: memcontrol: use page lists for uncharge batchingJohannes Weiner2014-08-082-16/+2
* mm: memcontrol: rewrite uncharge APIJohannes Weiner2014-08-083-76/+28
* mm: memcontrol: rewrite charge APIJohannes Weiner2014-08-082-39/+17
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-08-072-0/+57
|\
| * drivers/vfio: EEH support for VFIO PCI deviceGavin Shan2014-08-052-0/+57
* | Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds2014-08-0632-322/+371
|\ \
| * | lib: bitmap: add missing mask in bitmap_andnotRasmus Villemoes2014-08-061-1/+1
| * | lib: bitmap: add missing mask in bitmap_andRasmus Villemoes2014-08-061-1/+1
| * | lib: bitmap: add missing mask in bitmap_shift_rightRasmus Villemoes2014-08-061-1/+1
| * | lib: bitmap: change parameter of bitmap_*_region to unsignedRasmus Villemoes2014-08-061-3/+3
| * | lib: bitmap: make the start index of bitmap_clear unsignedRasmus Villemoes2014-08-061-1/+1
| * | lib: bitmap: make the start index of bitmap_set unsignedRasmus Villemoes2014-08-061-1/+1
| * | lib: bitmap: make nbits parameter of bitmap_weight unsignedRasmus Villemoes2014-08-061-2/+2
| * | lib: bitmap: make nbits parameter of bitmap_subset unsignedRasmus Villemoes2014-08-061-2/+2
| * | lib: bitmap: make nbits parameter of bitmap_intersects unsignedRasmus Villemoes2014-08-061-2/+2
| * | lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsignedRasmus Villemoes2014-08-061-8/+8
| * | lib: bitmap: remove unnecessary mask from bitmap_complementRasmus Villemoes2014-08-061-1/+1
| * | lib: bitmap: make nbits parameter of bitmap_complement unsignedRasmus Villemoes2014-08-061-3/+3
| * | lib: bitmap: make nbits parameter of bitmap_equal unsignedRasmus Villemoes2014-08-061-1/+1
| * | lib: bitmap: make nbits parameter of bitmap_full unsignedRasmus Villemoes2014-08-061-2/+2
| * | lib: bitmap: make nbits parameter of bitmap_empty unsignedRasmus Villemoes2014-08-061-2/+2
| * | kernel.h: remove deprecated pack_hex_byteJoe Perches2014-08-061-5/+0
| * | lib: add lib/glob.cGeorge Spelvin2014-08-061-0/+9