aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mm: vmpressure: dynamic window sizing.Martijn Coenen2018-12-111-2/+33
* mm, oom: make dump_tasks publicLiam Mark2018-12-011-0/+3
* mm: add CMA page allocationfire8552018-11-303-16/+10
* gcc6: avoid declaration of unused static struct in cpufeature.hAndreas Fenkart2018-11-301-2/+13
* blk: rq_data_dir() should not return a booleanLinus Torvalds2018-11-301-1/+1
* Revert "GCC: Fix up for gcc 5+"Moyster2018-11-301-3/+0
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2018-11-2911-11/+11
* net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko2018-11-292-1/+2
* include: remove redefine in fb.h (CONFIG_DMA_SHARED_BUFFER)Moyster2018-11-291-2/+0
* GCC: Fix up for gcc 5+mydongistiny2018-11-291-0/+3
* FROMLIST: ANDROID: binder: Add BINDER_GET_NODE_INFO_FOR_REF ioctl.Martijn Coenen2018-11-291-0/+10
* ANDROID: Revert "net: increase fragment memory usage limits"Greg Hackmann2018-11-271-2/+2
* Revert "usb: gadget: f_fs: Increase EP_ALLOC ioctl number"fire8552018-05-161-1/+1
* ANDROID: sound: rawmidi: Hold lock around reallocDaniel Rosenberg2018-05-161-0/+1
* add vmalloc alloc_size attributesDaniel Micay2018-05-161-10/+11
* add kmalloc alloc_size attributesDaniel Micay2018-05-161-3/+3
* add slub free list XOR encryptionDaniel Micay2018-05-161-0/+2
* add page sanitization / verificationDaniel Micay2018-05-161-0/+22
* sched: replace INIT_COMPLETION with reinit_completionWolfram Sang2018-05-161-3/+15
* etherdevice: Use ether_addr_copy to copy an Ethernet addressJoe Perches2018-05-161-1/+23
* ether_addr_equal: Optimize implementation, remove unused compare_ether_addrJoe Perches2018-05-161-33/+18
* net: etherdevice: add address inherit helperBjørn Mork2018-05-161-0/+15
* crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2018-04-131-0/+8
* BACKPORT: netlink: add a start callback for starting a netlink dumpTom Herbert2018-04-132-0/+4
* Revert "crypto: cryptd - Add helpers to check whether a tfm is queued"Mister Oyster2018-01-051-5/+0
* Revert "crypto: api - prevent helper ciphers from being used"Mister Oyster2018-01-051-6/+0
* fs/file.c: don't acquire files->file_lock in fd_install()Eric Dumazet2017-12-311-0/+3
* BACKPORT: [UPSTREAM] mbcache2: reimplement mbcacheJan Kara2017-12-311-0/+50
* BACKPORT: [UPSTREAM] mm: new shrinker APIDave Chinner2017-12-311-9/+29
* CHROMIUM: dm: boot time specification of dm=Will Drewry2017-12-271-0/+6
* modpost: remove all traces of cpuinit/cpuexit sectionsPaul Gortmaker2017-12-261-12/+0
* vfs: Fix pathological performance case for __alloc_fd()Linus Torvalds2017-12-261-0/+2
* perf: Use hrtimers for event multiplexingStephane Eranian2017-12-261-1/+2
* cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney2017-12-261-0/+2
* arm64: use the new *_relaxed macros for lower power usagefranciscofranco2017-12-252-3/+4
* pmem: cleanup last bits of itMister Oyster2017-12-241-111/+0
* fsync: revert to a version with fbsuspend instead of earlysuspendMister Oyster2017-12-231-6/+0
* Finally eradicate CONFIG_HOTPLUGStephen Rothwell2017-12-221-20/+0
* Provide a binary to hex conversion functionDavid Howells2017-12-221-0/+1
* compiler.h: add support for malloc attributeRasmus Villemoes2017-12-182-0/+5
* compiler-gcc: disable -ftracer for __noclone functionsPaolo Bonzini2017-12-181-1/+1
* mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin2017-12-181-0/+6
* compiler-gcc.h: use "proved" instead of "proofed"Benjamin Peterson2017-12-181-1/+1
* compiler-gcc.h: neateningJoe Perches2017-12-181-40/+45
* compiler: introduce __alias(symbol) shortcutAndrey Ryabinin2017-12-181-0/+1
* lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann2017-12-183-1/+22
* UPSTREAM: include/linux/mm.h: add PAGE_ALIGNED() helperAndrew Morton2017-12-181-0/+3
* include/linux/compiler-gcc.h: improve __visible documentationAndrew Morton2017-12-181-1/+4
* include/linux/compiler-gcc.h: hide assume_aligned attribute from sparseRasmus Villemoes2017-12-181-1/+1
* compiler.h: add support for function attribute assume_alignedRasmus Villemoes2017-12-182-0/+25