aboutsummaryrefslogtreecommitdiff
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* vfs: delete vfs_readdir function declarationZhang Zhen2019-05-021-1/+0
* freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processesMoyster2019-05-021-0/+1
* clean up process flagsCorinna Vinschen2019-05-021-0/+5
* memcg: kill CONFIG_MM_OWNEROleg Nesterov2019-05-022-3/+3
* sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra2019-05-021-0/+6
* nospec: Include <asm/barrier.h> dependencyDan Williams2019-05-021-0/+1
* nospec: Allow index argument to have const-qualified typeRasmus Villemoes2019-05-021-2/+1
* nospec: Kill array_index_nospec_mask_check()Dan Williams2019-05-021-21/+1
* nospec: Move array_index_nospec() parameter checking into separate macroWill Deacon2019-05-021-15/+21
* array_index_nospec: Sanitize speculative array de-referencesDan Williams2019-05-021-0/+72
* Make file credentials available to the seqfile interfacesLinus Torvalds2019-05-021-9/+4
* allow the temp files created by open() to be linked toAl Viro2019-05-021-0/+1
* it's still short a few helpers, but infrastructure should be OK now...Al Viro2019-05-022-0/+3
* iio:st sensors: remove custom sampling frequence attribute in favour of core ...Jonathan Cameron2018-12-111-11/+1
* iio: Added ST-sensors platform data to select the DRDY interrupt pinDenis CIOCCA2018-12-111-3/+11
* iio:common: Removed stuff macros, added num_data_channels on st_sensors struc...Denis CIOCCA2018-12-111-2/+2
* iio:common: ST_SENSORS_LSM_CHANNELS macro changedDenis CIOCCA2018-12-111-11/+9
* 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-294-4/+4
* 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
* 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