summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20160414next-20160414Stephen Rothwell2016-04-145-0/+5597
* Merge branch 'akpm/master'Stephen Rothwell2016-04-141-2/+1
|\
| * drivers/net/wireless/intel/iwlwifi/dvm/calib.c: simplfy min() expressionAndrew Morton2016-04-141-2/+1
|/
* Merge branch 'akpm-current/current'Stephen Rothwell2016-04-14231-2226/+7923
|\
| * ipc/msg.c: use freezable blocking callYogesh Gaur2016-04-081-1/+2
| * ipc/msg.c: msgsnd: use freezable blocking callManinder Singh2016-04-081-1/+1
| * ipc/sem.c: Fix complex_count vs. simple op raceManfred Spraul2016-04-082-53/+72
| * kdump, vmcoreinfo: report actual value of phys_baseHATAYAMA Daisuke2016-04-082-0/+3
| * kexec: do a cleanup for function kexec_loadMinfei Huang2016-04-081-56/+69
| * kexec: make a pair of map/unmap reserved pages in error pathMinfei Huang2016-04-081-3/+6
| * kexec: provide arch_kexec_protect(unprotect)_crashkres()Xunlei Pang2016-04-081-0/+45
| * kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang2016-04-084-2/+23
| * signal: make oom_flags a boolTetsuo Handa2016-04-083-8/+8
| * wait: allow sys_waitid() to accept __WNOTHREAD/__WCLONE/__WALLOleg Nesterov2016-04-081-1/+2
| * wait/ptrace: assume __WALL if the child is tracedOleg Nesterov2016-04-081-9/+20
| * init/main.c: simplify initcall_blacklisted()Rasmus Villemoes2016-04-081-5/+4
| * checkpatch: improve CONSTANT_COMPARISON test for structure membersJoe Perches2016-04-081-1/+1
| * checkpatch: add PREFER_IS_ENABLED testJoe Perches2016-04-081-0/+10
| * lib: Add CRC64 ECMA moduleMarian Chereji2016-04-084-0/+405
| * include/linux/genhd.h: move to use generic UUID libraryAndy Shevchenko2016-04-081-20/+3
| * fs/efivarfs/inode.c: use generic UUID libraryAndy Shevchenko2016-04-081-37/+3
| * include/linux/efi.h: redefine type, constant, macro from generic codeAndy Shevchenko2016-04-081-10/+4
| * kernel/sysctl_binary.c: use generic UUID libraryAndy Shevchenko2016-04-081-16/+7
| * lib/uuid.c: remove FSF addressAndy Shevchenko2016-04-083-14/+2
| * lib-uuid-introduce-few-more-generic-helpers-for-uuid fixAndy Shevchenko2016-04-081-1/+1
| * lib/uuid.c: introduce a few more generic helpersAndy Shevchenko2016-04-083-5/+82
| * lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko2016-04-089-26/+28
| * security/integrity/ima/ima_policy.c: use %pU to output UUID in printable formatAndy Shevchenko2016-04-081-12/+2
| * lib/vsprintf: simplify UUID printingAndy Shevchenko2016-04-081-8/+4
| * MAINTAINERS: remove linux@lists.openrisc.netJiri Slaby2016-04-081-1/+0
| * fork: free thread in copy_process on failureJiri Slaby2016-04-081-1/+3
| * exit_thread-accept-a-task-parameter-to-be-exited-checkpatch-fixesAndrew Morton2016-04-081-2/+1
| * exit_thread: accept a task parameter to be exitedJiri Slaby2016-04-0817-46/+42
| * exit_thread-remove-empty-bodies-fixAndrew Morton2016-04-081-4/+0
| * exit_thread: remove empty bodiesJiri Slaby2016-04-0835-136/+24
| * mn10300: let exit_fpu accept a taskJiri Slaby2016-04-082-5/+3
| * mm/memblock.c:memblock_add_range(): if nr_new is 0 just returnnimisolo2016-04-081-0/+3
| * mm: consider compaction feedback also for costly allocationMichal Hocko2016-04-081-31/+32
| * mm, oom: protect !costly allocations some moreMichal Hocko2016-04-081-3/+78
| * mm, compaction: Abstract compaction feedback to helpersMichal Hocko2016-04-082-19/+80
| * mm, compaction: Simplify __alloc_pages_direct_compact feedback interfaceMichal Hocko2016-04-081-36/+31
| * mm, compaction: Update compaction_result orderingMichal Hocko2016-04-081-10/+16
| * mm, compaction: distinguish between full and partial COMPACT_COMPLETEMichal Hocko2016-04-084-4/+22
| * mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPEDMichal Hocko2016-04-083-6/+11
| * mm, compaction: cover all compaction mode in compact_zoneMichal Hocko2016-04-081-8/+5
| * mm, compaction: change COMPACT_ constants into enumMichal Hocko2016-04-083-32/+42
| * mm: throttle on IO only when there are too many dirty and writeback pagesMichal Hocko2016-04-082-20/+39
| * mm, oom: rework oom detectionMichal Hocko2016-04-083-29/+97
| * mm: kasan: Initial memory quarantine implementationAlexander Potapenko2016-04-081-38/+21
| * mm: kasan: initial memory quarantine implementationAlexander Potapenko2016-04-0813-29/+455