summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | lib/scatterlist: mark input buffer parameters as 'const'Dave Gordon2015-06-302-6/+6
| * | lib/scatterlist.c: fix kerneldoc for sg_pcopy_{to,from}_buffer()Dave Gordon2015-06-301-2/+2
| * | ipc,sysv: return -EINVAL upon incorrect id/seqnumDavidlohr Bueso2015-06-301-1/+1
| * | ipc,sysv: make return -EIDRM when racing with RMID consistentDavidlohr Bueso2015-06-301-5/+8
| * | ipc: rename ipc_obtain_objectDavidlohr Bueso2015-06-305-9/+9
| * | ipc,msg: provide barrier pairings for lockless receiveDavidlohr Bueso2015-06-301-10/+38
| * | ipc,shm: move BUG_ON check into shm_lockDavidlohr Bueso2015-06-301-5/+5
| * | ipc/util.c: use kvfree() in ipc_rcu_free()Pekka Enberg2015-06-301-4/+1
| * | arc: use for_each_sg()Akinobu Mita2015-06-301-5/+7
| * | devpts: if initialization failed, don't crash when opening /dev/ptmxJosh Triplett2015-06-301-7/+24
| * | scripts/gdb: remove useless global instructionThiébaud Weksteen2015-06-301-2/+0
| * | scripts/gdb: add ps commandThiébaud Weksteen2015-06-301-0/+16
| * | scripts/gdb: fix PEP8 complianceThiébaud Weksteen2015-06-304-7/+7
| * | scripts/gdb: fix typo in exception nameThiébaud Weksteen2015-06-301-1/+1
| * | scripts/gdb: enable completion for lx-list-check parameterJan Kiszka2015-06-301-1/+2
| * | scripts/gdb: also allow list_head pointer as lx-list-check paramterJan Kiszka2015-06-301-2/+4
| * | scripts/gdb: add command to check list consistencyThiébaud Weksteen2015-06-302-0/+90
| * | memstick: remove deprecated use of pci apiQuentin Lambert2015-06-302-11/+11
| * | fs/affs/symlink.c: remove unneeded err variableFabian Frederick2015-06-301-3/+1
| * | fs/affs/amigaffs.c: remove unneeded initializationFabian Frederick2015-06-301-1/+1
| * | fs/affs/inode.c: remove unneeded initializationFabian Frederick2015-06-301-1/+1
| * | fs/adfs: remove unneeded castFiro Yang2015-06-301-1/+1
| * | gcov: add support for GCC 5.1Lorenzo Stoakes2015-06-302-1/+9
| * | kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke2015-06-303-1/+15
| * | kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers i...HATAYAMA Daisuke2015-06-301-1/+2
| * | x86/kexec: prepend elfcorehdr instead of appending it to the crash-kernel com...KarimAllah Ahmed2015-06-301-5/+6
| * | fs: document seq_open()'s usage of file->private_dataYann Droneaud2015-06-301-0/+2
| * | fs: allocate structure unconditionally in seq_open()Yann Droneaud2015-06-301-8/+9
| * | fs: use seq_open_private() for proc_mountsYann Droneaud2015-06-303-24/+19
| * | mm: meminit: finish initialisation of struct pages before basic setupMel Gorman2015-06-305-37/+49
| * | mm: meminit: remove mminit_verify_page_linksMel Gorman2015-06-303-17/+0
| * | mm: meminit: reduce number of times pageblocks are set during struct page initMel Gorman2015-06-301-22/+24
| * | mm: meminit: free pages in large chunks where possibleMel Gorman2015-06-301-6/+49
| * | x86: mm: enable deferred struct page initialisation on x86-64Mel Gorman2015-06-301-0/+1
| * | mm: meminit: minimise number of pfn->page lookups during initialisationMel Gorman2015-06-301-5/+24
| * | mm: meminit: initialise remaining struct pages in parallel with kswapdMel Gorman2015-06-304-6/+130
| * | mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...Mel Gorman2015-06-305-4/+124
| * | mm: meminit: inline some helper functionsMel Gorman2015-06-302-46/+52
| * | mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nidMel Gorman2015-06-304-30/+51
| * | mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman2015-06-305-11/+14
| * | mm: meminit: only set page reserved in the memblock regionNathan Zimmer2015-06-303-1/+21
| * | mm: meminit: move page initialization into a separate functionRobin Holt2015-06-301-33/+46
| * | memblock: introduce a for_each_reserved_mem_region iteratorRobin Holt2015-06-302-0/+50
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-07-014-17/+32
|\ \ \
| * | | time: Remove development rules from Kbuild/MakefileThomas Gleixner2015-07-012-3/+0
| * | | timer: Fix hotplug regressionThomas Gleixner2015-06-261-1/+2
| * | | clocksource: exynos_mct: Avoid blocking calls in the cpu hotplug notifierDamian Eppel2015-06-261-13/+30
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-0125-67/+95
|\ \ \ \
| * | | | ARM/LPC32xx: Use irq not hwirq for __irq_set_handler_locked()Thomas Gleixner2015-06-261-4/+4
| * | | | genirq: Implement irq_set_handler_locked()/irq_set_chip_handler_name_locked()Thomas Gleixner2015-06-261-0/+41