aboutsummaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-07alpha: rtc: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2018-04-07alpha: rtc: remove unused set_mmss opsAlexandre Belloni1-99/+0
2018-04-07treewide: fix up files incorrectly marked executableLinus Torvalds2-0/+0
2018-04-07net_sched: fix a missing idr_remove() in u32_delete_key()Cong Wang1-0/+1
2018-04-07MAINTAINERS: Update LEAKING_ADDRESSESTobin C. Harding1-0/+3
2018-04-07leaking_addresses: check if file name contains addressTobin C. Harding1-0/+12
2018-04-07leaking_addresses: explicitly name variable used in regexTobin C. Harding1-1/+1
2018-04-07leaking_addresses: remove version numberTobin C. Harding1-2/+0
2018-04-07leaking_addresses: skip '/proc/1/syscall'Tobin C. Harding1-0/+1
2018-04-07leaking_addresses: skip all /proc/PID except /proc/1Tobin C. Harding1-0/+12
2018-04-07leaking_addresses: cache architecture nameTobin C. Harding1-3/+5
2018-04-07leaking_addresses: simplify path skippingTobin C. Harding1-61/+29
2018-04-07leaking_addresses: do not parse binary filesTobin C. Harding1-0/+4
2018-04-07leaking_addresses: add 32-bit supportTobin C. Harding1-11/+82
2018-04-07leaking_addresses: add is_arch() wrapper subroutineTobin C. Harding1-12/+14
2018-04-07leaking_addresses: use system command to get archTobin C. Harding1-6/+6
2018-04-07leaking_addresses: add support for 5 page table levelsTobin C. Harding1-7/+25
2018-04-07leaking_addresses: add support for kernel config fileTobin C. Harding1-1/+65
2018-04-07leaking_addresses: add range check for vsyscall memoryTobin C. Harding1-6/+14
2018-04-07leaking_addresses: indent dependant optionsTobin C. Harding1-8/+8
2018-04-07leaking_addresses: remove command examplesTobin C. Harding1-11/+0
2018-04-07leaking_addresses: remove mention of kptr_restrictTobin C. Harding1-3/+0
2018-04-07leaking_addresses: fix typo function not calledTobin C. Harding1-1/+1
2018-04-06pstore: fix crypto dependencies without compressionTobias Regnery1-2/+2
2018-04-06make lookup_one_len() safe to use with directory locked sharedAl Viro1-1/+3
2018-04-06new helper: __lookup_slow()Al Viro1-9/+18
2018-04-06merge common parts of lookup_one_len{,_unlocked} into common helperAl Viro1-56/+34
2018-04-06net: phy: marvell: Enable interrupt function on LED2 pinEsben Haabendal1-2/+18
2018-04-06kvm: x86: fix a prototype warningPeng Hao1-1/+1
2018-04-06ARM: sa1100/simpad: switch simpad CF to use gpiod APIsRussell King2-9/+14
2018-04-06ARM: sa1100/shannon: convert to generic CF socketsRussell King6-109/+40
2018-04-06ARM: sa1100/nanoengine: convert to generic CF socketsRussell King5-138/+23
2018-04-06ice: Bug fixes in ethtool codeAnirudh Venkataramanan1-2/+2
2018-04-06ice: Fix error return code in ice_init_hw()Wei Yongjun1-1/+3
2018-04-06fscache: Maintain a catalogue of allocated cookiesDavid Howells5-119/+279
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells21-166/+127
2018-04-05mm,oom_reaper: check for MMF_OOM_SKIP before complainingTetsuo Handa1-1/+2
2018-04-05mm/ksm: fix interaction with THPClaudio Imbrenda1-0/+28
2018-04-05mm/memblock.c: cast constant ULLONG_MAX to phys_addr_tStefan Agner1-2/+2
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap23-14/+11
2018-04-05include/linux/mmdebug.h: make VM_WARN* non-rvalsMichal Hocko1-4/+4
2018-04-05mm/page_isolation.c: make start_isolate_page_range() fail if already isolatedMike Kravetz2-5/+21
2018-04-05mm: change return type to vm_fault_tSouptick Joarder2-4/+45
2018-04-05mm, oom: remove 3% bonus for CAP_SYS_ADMIN processesDavid Rientjes1-7/+0
2018-04-05mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memoryDavid Rientjes5-25/+45
2018-04-05kernel/fork.c: detect early free of a live mmMark Rutland2-0/+3
2018-04-05mm: make counting of list_lru_one::nr_items locklessKirill Tkhai2-23/+47
2018-04-05mm/swap_state.c: make bool enable_vma_readahead and swap_vma_readahead() staticColin Ian King1-3/+3
2018-04-05block_invalidatepage(): only release page if the full page was invalidatedJeff Moyer1-1/+1
2018-04-05mm: kernel-doc: add missing parameter descriptionsMike Rapoport8-0/+30