- 32a78fa libcxgbi: use kvfree() in cxgbi_free_big_mem() by Pekka Enberg · 9 years ago
- de64d3a target: use kvfree() in session alloc and free by Pekka Enberg · 9 years ago
- f8c5b93 IB/ehca: use kvfree() in ipz_queue_{cd}tor() by Pekka Enberg · 9 years ago
- 48a2013 drm/nouveau/gem: use kvfree() in u_free() by Pekka Enberg · 9 years ago
- 15e21cd drm: use kvfree() in drm_free_large() by Pekka Enberg · 9 years ago
- d2fcb54 cxgb4: use kvfree() in t4_free_mem() by Pekka Enberg · 9 years ago
- 68c61b9 cxgb3: use kvfree() in cxgb_free_mem() by Pekka Enberg · 9 years ago
- 200f1ce kernel/relay.c: use kvfree() in relay_free_page_array() by Pekka Enberg · 9 years ago
- b389645 printk: improve the description of /dev/kmsg line format by Antonio Ospite · 9 years ago
- 9b597fd arch/unicore32/kernel/fpu-ucf64.c: remove unnecessary KERN_ERR by Masanari Iida · 9 years ago
- 386ecb1 drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issue by Dave Gordon · 9 years ago
- 2a1bf8f lib/scatterlist: mark input buffer parameters as 'const' by Dave Gordon · 9 years ago
- 4dc7daf lib/scatterlist.c: fix kerneldoc for sg_pcopy_{to,from}_buffer() by Dave Gordon · 9 years ago
- 6157dbb ipc,sysv: return -EINVAL upon incorrect id/seqnum by Davidlohr Bueso · 9 years ago
- f8b5918 ipc,sysv: make return -EIDRM when racing with RMID consistent by Davidlohr Bueso · 9 years ago
- 55b7ae5 ipc: rename ipc_obtain_object by Davidlohr Bueso · 9 years ago
- ff35e5e ipc,msg: provide barrier pairings for lockless receive by Davidlohr Bueso · 9 years ago
- c5c8975 ipc,shm: move BUG_ON check into shm_lock by Davidlohr Bueso · 9 years ago
- c859aa8 ipc/util.c: use kvfree() in ipc_rcu_free() by Pekka Enberg · 9 years ago
- 92ed932 arc: use for_each_sg() by Akinobu Mita · 9 years ago
- 9ce7114 devpts: if initialization failed, don't crash when opening /dev/ptmx by Josh Triplett · 9 years ago
- 15f1d82 scripts/gdb: remove useless global instruction by Thiébaud Weksteen · 9 years ago
- a930850 scripts/gdb: add ps command by Thiébaud Weksteen · 9 years ago
- 6ad18b7 scripts/gdb: fix PEP8 compliance by Thiébaud Weksteen · 9 years ago
- a2e73c4 scripts/gdb: fix typo in exception name by Thiébaud Weksteen · 9 years ago
- 3328bc9 scripts/gdb: enable completion for lx-list-check parameter by Jan Kiszka · 9 years ago
- 433296b scripts/gdb: also allow list_head pointer as lx-list-check paramter by Jan Kiszka · 9 years ago
- 084f6b1 scripts/gdb: add command to check list consistency by Thiébaud Weksteen · 9 years ago
- 43abdbc memstick: remove deprecated use of pci api by Quentin Lambert · 9 years ago
- 196a4f8 fs/affs/symlink.c: remove unneeded err variable by Fabian Frederick · 9 years ago
- 4709187 fs/affs/amigaffs.c: remove unneeded initialization by Fabian Frederick · 9 years ago
- 78f444f fs/affs/inode.c: remove unneeded initialization by Fabian Frederick · 9 years ago
- d96f184 fs/adfs: remove unneeded cast by Firo Yang · 9 years ago
- 3e44c47 gcov: add support for GCC 5.1 by Lorenzo Stoakes · 9 years ago
- 5375b70 kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops path by HATAYAMA Daisuke · 9 years ago
- f45d85f kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers is enabled by HATAYAMA Daisuke · 9 years ago
- a846f47 x86/kexec: prepend elfcorehdr instead of appending it to the crash-kernel command-line. by KarimAllah Ahmed · 9 years ago
- 460b865 fs: document seq_open()'s usage of file->private_data by Yann Droneaud · 9 years ago
- 189f984 fs: allocate structure unconditionally in seq_open() by Yann Droneaud · 9 years ago
- ede1bf0 fs: use seq_open_private() for proc_mounts by Yann Droneaud · 9 years ago
- 0e1cc95 mm: meminit: finish initialisation of struct pages before basic setup by Mel Gorman · 9 years ago
- 74033a7 mm: meminit: remove mminit_verify_page_links by Mel Gorman · 9 years ago
- ac5d253 mm: meminit: reduce number of times pageblocks are set during struct page init by Mel Gorman · 9 years ago
- a4de83d mm: meminit: free pages in large chunks where possible by Mel Gorman · 9 years ago
- 3b242c6 x86: mm: enable deferred struct page initialisation on x86-64 by Mel Gorman · 9 years ago
- 54608c3 mm: meminit: minimise number of pfn->page lookups during initialisation by Mel Gorman · 9 years ago
- 7e18adb mm: meminit: initialise remaining struct pages in parallel with kswapd by Mel Gorman · 9 years ago
- 3a80a7f mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PAGE_INIT is set by Mel Gorman · 9 years ago
- 75a592a mm: meminit: inline some helper functions by Mel Gorman · 9 years ago
- 8a942fd mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nid by Mel Gorman · 9 years ago
- d70ddd7 mm: page_alloc: pass PFN to __free_pages_bootmem by Mel Gorman · 9 years ago
- 92923ca mm: meminit: only set page reserved in the memblock region by Nathan Zimmer · 9 years ago
- 1e8ce83 mm: meminit: move page initialization into a separate function by Robin Holt · 9 years ago
- 8e7a7f8 memblock: introduce a for_each_reserved_mem_region iterator by Robin Holt · 9 years ago
- 6aaf0da Merge tag 'md/4.2' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
- a9730fc Fix kmalloc slab creation sequence by Christoph Lameter · 9 years ago
- 88793e5 Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm by Linus Torvalds · 9 years ago
- 1bc5e15 Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
- f199b66 Merge tag 'please-pull-misc-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 9 years ago
- d93a74a Merge tag 'linux-kselftest-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 9 years ago
- c63f887 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 9 years ago
- 21dc2e6 Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago
- b779157 Merge tag 'vfio-v4.2-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 9 years ago
- 4a10a91 Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
- e22619a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
- 78c10e5 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
- d2c3ac7 Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
- 546fac6 Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 9 years ago
- ebeaa8d Revert "jbd2: speedup jbd2_journal_dirty_metadata()" by Linus Torvalds · 9 years ago
- e0dd880 Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 9 years ago
- bbe179f Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
- 4b703b1 power: axp288_charger: fix for API change by Stephen Rothwell · 9 years ago
- 93f0824 Merge tag 'dma-buf-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/sumits/dma-buf by Linus Torvalds · 9 years ago
- 2a29867 Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
- 8c7febe Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
- 23908db Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
- 8d7804a Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
- d878238 Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
- e382608 Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
- fcbc177 Merge tag 'trace-fixes-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
- 099bfbf Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
- 22165fa Merge tag 'dm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
- a2f54be Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
- e8a0b37d Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
- abea962 Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
- 53a20e9 staging: wilc1000: disable driver due to build warnings by Greg Kroah-Hartman · 9 years ago
- f5dcb68 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
- 3d9f96d Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
- 4aa705b Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
- c11d716 Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
- 47a4694 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- 6103195 arch, x86: pmem api for ensuring durability of persistent memory updates by Ross Zwisler · 9 years ago
- 74ae66c libnvdimm: Add sysfs numa_node to NVDIMM devices by Toshi Kani · 9 years ago
- 41d7a6d libnvdimm: Set numa_node to NVDIMM devices by Toshi Kani · 9 years ago
- 9975986 acpi: Add acpi_map_pxm_to_online_node() by Toshi Kani · 9 years ago
- 5813882 libnvdimm, nfit: handle unarmed dimms, mark namespaces read-only by Dan Williams · 9 years ago
- 0f51c4f pmem: flag pmem block devices as non-rotational by Dan Williams · 9 years ago
- f0dc089 libnvdimm: enable iostat by Dan Williams · 9 years ago
- edc870e pmem: make_request cleanups by Dan Williams · 9 years ago
- 43d3fa3 libnvdimm, pmem: fix up max_hw_sectors by Dan Williams · 9 years ago