aboutsummaryrefslogtreecommitdiff
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* driver core: dev_set_drvdata returns voidJean Delvare2019-05-031-1/+1
* mm: add zone counter for cma pagesVinayak Menon2019-05-032-2/+3
* mm: use a dedicated lock to protect totalram_pages and zone->managed_pagesJiang Liu2019-05-022-8/+12
* mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZEDZhang Yanfei2019-05-021-7/+7
* mm: Update is_vmalloc_addr to account for vmalloc savingsLaura Abbott2019-05-022-6/+7
* vmalloc: introduce remap_vmalloc_range_partialHATAYAMA Daisuke2019-05-021-0/+4
* oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko2019-05-021-0/+4
* oom: don't assume that a coredumping thread will exit soonOleg Nesterov2019-05-021-0/+11
* mm, oom: rename zonelist locking functionsDavid Rientjes2019-05-021-2/+2
* mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes2019-05-021-1/+10
* PM / sleep: Mechanism for aborting system suspends unconditionallyRafael J. Wysocki2019-05-021-0/+4
* exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...Oleg Nesterov2019-05-021-1/+1
* sched, exit: Deal with nested sleepsPeter Zijlstra2019-05-021-0/+2
* signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]Oleg Nesterov2019-05-022-3/+2
* exit.c: unexport __set_special_pids()Oleg Nesterov2019-05-021-2/+0
* wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transitionOleg Nesterov2019-05-021-0/+1
* 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