aboutsummaryrefslogtreecommitdiff
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* BACKPORT: netlink: add a start callback for starting a netlink dumpTom Herbert2018-04-131-0/+2
* 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
* 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
* 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
* compiler-gcc: integrate the various compiler-gcc[34567].h filesJoe Perches2017-12-182-65/+11
* crypto: api - prevent helper ciphers from being usedStephan Mueller2017-12-141-0/+6
* BACKPORT: dentry name snapshotsAl Viro2017-12-082-31/+7
* seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski2017-12-051-10/+11
* workqueue: Remove deprecated flush[_delayed]_work_sync()Jingoo Han2017-12-051-12/+0
* workqueue: Spelling s/instensive/intensive/Geert Uytterhoeven2017-12-051-1/+1
* workqueue: Remove deprecated __cancel_delayed_work()Tan Xiaojun2017-12-051-15/+0
* workqueue.h: remove loops of single statement macrosValentin Rothberg2017-12-051-6/+2
* workqueue: remove unused WORK_CPU_ENDLai Jiangshan2017-12-051-2/+1
* workqueue: move flush_scheduled_work() to workqueue.hLai Jiangshan2017-12-051-1/+29
* workqueue: remove unused work_clear_pending()Lai Jiangshan2017-12-051-7/+0
* workqueue: Provide destroy_delayed_work_on_stack()Thomas Gleixner2017-12-051-0/+2
* initramfs: Add skip_initramfs command line optionRom Lemarchand2017-12-051-0/+32
* update ion driverDerTeufel2017-11-201-127/+139
* ipv6: add option to drop unsolicited neighbor advertisementsJohannes Berg2017-11-181-1/+2
* ipv4: add option to drop gratuitous ARP packetsJohannes Berg2017-11-181-0/+1