| Commit message (Expand) | Author | Age | Files | Lines |
* | kexec: implementation of new syscall kexec_file_load | Vivek Goyal | 2014-08-09 | 2 | -0/+64 |
* | kexec: new syscall kexec_file_load() declaration | Vivek Goyal | 2014-08-09 | 1 | -0/+4 |
* | kexec: make kexec_segment user buffer pointer a union | Vivek Goyal | 2014-08-09 | 1 | -1/+12 |
* | resource: provide new functions to walk through resources | Vivek Goyal | 2014-08-09 | 1 | -0/+6 |
* | kexec: rename unusebale_pages to unusable_pages | Vivek Goyal | 2014-08-09 | 1 | -1/+1 |
* | shm: add memfd_create() syscall | David Herrmann | 2014-08-09 | 2 | -0/+9 |
* | shm: add sealing API | David Herrmann | 2014-08-09 | 2 | -0/+32 |
* | mm: allow drivers to prevent new writable mappings | David Herrmann | 2014-08-09 | 1 | -2/+27 |
* | pci-dma-compat: add pci_zalloc_consistent helper | Joe Perches | 2014-08-09 | 1 | -0/+8 |
* | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area | Andy Lutomirski | 2014-08-09 | 1 | -5/+12 |
* | lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig | Laura Abbott | 2014-08-09 | 2 | -2/+2 |
* | shm: remove unneeded extern for function | Jack Miller | 2014-08-09 | 1 | -1/+1 |
* | shm: make exit_shm work proportional to task activity | Jack Miller | 2014-08-09 | 2 | -1/+17 |
* | initramfs: support initramfs that is bigger than 2GiB | Yinghai Lu | 2014-08-09 | 8 | -31/+31 |
* | panic: add TAINT_SOFTLOCKUP | Josh Hunt | 2014-08-09 | 1 | -0/+1 |
* | sysctl: remove typedef ctl_table | Joe Perches | 2014-08-09 | 1 | -2/+0 |
* | rapidio: add new RapidIO DMA interface routines | Alexandre Bounine | 2014-08-09 | 1 | -0/+5 |
* | kernel/fork.c: make mm_init_owner static | Vladimir Davydov | 2014-08-09 | 1 | -5/+0 |
* | fork/exec: cleanup mm initialization | Vladimir Davydov | 2014-08-09 | 1 | -0/+1 |
* | proc: constify seq_operations | Fabian Frederick | 2014-08-09 | 1 | -3/+3 |
* | memcg: remove lookup_cgroup_page() prototype | Greg Thelen | 2014-08-09 | 1 | -1/+0 |
* | page-cgroup: get rid of NR_PCG_FLAGS | Vladimir Davydov | 2014-08-09 | 1 | -6/+0 |
* | page-cgroup: trivial cleanup | Vladimir Davydov | 2014-08-09 | 1 | -11/+11 |
* | mm: memcontrol: use page lists for uncharge batching | Johannes Weiner | 2014-08-09 | 2 | -16/+2 |
* | mm: memcontrol: rewrite uncharge API | Johannes Weiner | 2014-08-09 | 3 | -76/+28 |
* | mm: memcontrol: rewrite charge API | Johannes Weiner | 2014-08-09 | 2 | -39/+17 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2014-08-07 | 2 | -0/+57 |
|\ |
|
| * | drivers/vfio: EEH support for VFIO PCI device | Gavin Shan | 2014-08-05 | 2 | -0/+57 |
* | | Merge branch 'akpm' (patchbomb from Andrew Morton) | Linus Torvalds | 2014-08-07 | 32 | -322/+371 |
|\ \ |
|
| * | | lib: bitmap: add missing mask in bitmap_andnot | Rasmus Villemoes | 2014-08-07 | 1 | -1/+1 |
| * | | lib: bitmap: add missing mask in bitmap_and | Rasmus Villemoes | 2014-08-07 | 1 | -1/+1 |
| * | | lib: bitmap: add missing mask in bitmap_shift_right | Rasmus Villemoes | 2014-08-07 | 1 | -1/+1 |
| * | | lib: bitmap: change parameter of bitmap_*_region to unsigned | Rasmus Villemoes | 2014-08-07 | 1 | -3/+3 |
| * | | lib: bitmap: make the start index of bitmap_clear unsigned | Rasmus Villemoes | 2014-08-07 | 1 | -1/+1 |
| * | | lib: bitmap: make the start index of bitmap_set unsigned | Rasmus Villemoes | 2014-08-07 | 1 | -1/+1 |
| * | | lib: bitmap: make nbits parameter of bitmap_weight unsigned | Rasmus Villemoes | 2014-08-07 | 1 | -2/+2 |
| * | | lib: bitmap: make nbits parameter of bitmap_subset unsigned | Rasmus Villemoes | 2014-08-07 | 1 | -2/+2 |
| * | | lib: bitmap: make nbits parameter of bitmap_intersects unsigned | Rasmus Villemoes | 2014-08-07 | 1 | -2/+2 |
| * | | lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsigned | Rasmus Villemoes | 2014-08-07 | 1 | -8/+8 |
| * | | lib: bitmap: remove unnecessary mask from bitmap_complement | Rasmus Villemoes | 2014-08-07 | 1 | -1/+1 |
| * | | lib: bitmap: make nbits parameter of bitmap_complement unsigned | Rasmus Villemoes | 2014-08-07 | 1 | -3/+3 |
| * | | lib: bitmap: make nbits parameter of bitmap_equal unsigned | Rasmus Villemoes | 2014-08-07 | 1 | -1/+1 |
| * | | lib: bitmap: make nbits parameter of bitmap_full unsigned | Rasmus Villemoes | 2014-08-07 | 1 | -2/+2 |
| * | | lib: bitmap: make nbits parameter of bitmap_empty unsigned | Rasmus Villemoes | 2014-08-07 | 1 | -2/+2 |
| * | | kernel.h: remove deprecated pack_hex_byte | Joe Perches | 2014-08-07 | 1 | -5/+0 |
| * | | lib: add lib/glob.c | George Spelvin | 2014-08-07 | 1 | -0/+9 |
| * | | zlib: clean up some dead code | Sergey Senozhatsky | 2014-08-07 | 1 | -118/+0 |
| * | | klist: use same naming scheme as hlist for klist_add_after() | Ken Helias | 2014-08-07 | 1 | -1/+1 |
| * | | list: fix order of arguments for hlist_add_after(_rcu) | Ken Helias | 2014-08-07 | 2 | -6/+6 |
| * | | list: make hlist_add_after() argument names match hlist_add_after_rcu() | Ken Helias | 2014-08-07 | 1 | -7/+7 |