summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2014-12-03ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o1-0/+3
2014-12-03fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro1-1/+7
2014-11-27inetdevice: fixed signed integer overflowVincent BENAYOUN1-1/+1
2014-11-19clocksource: Remove "weak" from clocksource_default_clock() declarationBjorn Helgaas1-1/+1
2014-11-19kgdb: Remove "weak" from kgdb_arch_pc() declarationBjorn Helgaas1-1/+1
2014-11-19vmcore: Remove "weak" from function declarationsBjorn Helgaas1-8/+7
2014-11-19nfs: fix pnfs direct write memory leakPeng Tao1-0/+11
2014-11-13of: Fix overflow bug in string property parsing functionsGrant Likely1-14/+70
2014-11-13HID: usbhid: add always-poll quirkJohan Hovold1-0/+1
2014-11-13USB: core: add device-qualifier quirkJohan Hovold1-0/+3
2014-11-13OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko1-0/+3
2014-11-13block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer1-3/+2
2014-11-13random: add and use memzero_explicit() for clearing dataDaniel Borkmann1-2/+3
2014-11-13vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara1-0/+1
2014-11-13crypto: more robust crypto_memneqCesar Eduardo Barros3-0/+14
2014-10-31kernel: add support for gcc 5Sasha Levin1-0/+66
2014-10-31mm: clear __GFP_FS when PF_MEMALLOC_NOIO is setJunxiao Bi1-2/+4
2014-10-31kvm: fix potentially corrupt mmio cacheDavid Matlack1-2/+0
2014-10-31pci_ids: Add support for Intel Quark ILBJosef Ahmad1-0/+1
2014-10-30dentry_kill(): don't try to remove from shrink listAl Viro1-0/+2
2014-10-30USB: Add device quirk for ASUS T100 Base Station keyboardLu Baolu1-0/+3
2014-10-17USB: Add device quirk for ASUS T100 Base Station keyboardLu Baolu1-0/+3
2014-10-17net: Always untag vlan-tagged traffic on input.Vlad Yasevich2-6/+1
2014-10-13jiffies: Fix timeval conversion to jiffiesAndrew Hunter1-12/+0
2014-10-13vgaswitcheroo: add vga_switcheroo_fini_domain_pm_opsAlex Deucher1-0/+2
2014-10-13workqueue: apply __WQ_ORDERED to create_singlethread_workqueue()Tejun Heo1-1/+1
2014-10-13iio:trigger: modify return value for iio_trigger_getSrinivas Pandruvada1-1/+3
2014-10-13iio: hid_Sensors: fix crash during trigger unregisterSrinivas Pandruvada1-0/+3
2014-09-26mm: page_alloc: reduce cost of the fair zone allocation policyMel Gorman1-0/+6
2014-09-26mm: move zone->pages_scanned into a vmstat counterMel Gorman1-1/+1
2014-09-26mm: rearrange zone fields into read-only, page alloc, statistics and page rec...Mel Gorman1-100/+105
2014-09-26mm: make copy_pte_range static againJerome Marchand1-4/+0
2014-09-26mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman3-6/+103
2014-09-26mm: shmem: avoid atomic operation during shmem_getpage_gfpMel Gorman1-0/+1
2014-09-26mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman3-4/+4
2014-09-26mm: page_alloc: reduce number of times page_to_pfn is calledMel Gorman2-22/+20
2014-09-26mm: page_alloc: use unsigned int for order in more placesMel Gorman1-4/+4
2014-09-26mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman1-3/+26
2014-09-26include/linux/jump_label.h: expose the reference countMel Gorman1-7/+13
2014-09-26mm/swap.c: clean up *lru_cache_add* functionsJianyu Zhan1-17/+2
2014-09-26mm, compaction: embed migration mode in compact_controlDavid Rientjes1-2/+2
2014-09-26mm, compaction: add per-zone migration pfn cache for async compactionDavid Rientjes1-2/+3
2014-09-26mm, migration: add destination page freeing callbackDavid Rientjes1-4/+7
2014-09-26mm/readahead.c: inline ra_submitFabian Frederick1-3/+0
2014-09-26mm: remove read_cache_page_async()Sasha Levin1-10/+0
2014-09-26mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner4-6/+23
2014-09-26mm: filemap: move radix tree hole searching hereJohannes Weiner2-4/+5
2014-09-26lib: radix-tree: add radix_tree_delete_item()Johannes Weiner1-0/+1
2014-09-26mm: per-thread vma cachingDavidlohr Bueso3-2/+47
2014-09-26mm: optimize put_mems_allowed() usageMel Gorman1-13/+14