summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2014-11-14of: Fix overflow bug in string property parsing functionsGrant Likely
2014-11-14mm: memcontrol: fix missed end-writeback page accountingJohannes Weiner
2014-11-14mm: page-writeback: inline account_page_dirtied() into single callerJohannes Weiner
2014-11-14HID: usbhid: add always-poll quirkJohan Hovold
2014-11-14USB: core: add device-qualifier quirkJohan Hovold
2014-11-14OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko
2014-11-14Revert "block: all blk-mq requests are tagged"Christoph Hellwig
2014-11-14block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer
2014-11-14random: add and use memzero_explicit() for clearing dataDaniel Borkmann
2014-11-14vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara
2014-11-14SUNRPC: Don't wake tasks during connection abortBenjamin Coddington
2014-10-30ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin
2014-10-30mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov
2014-10-30kernel: add support for gcc 5Sasha Levin
2014-10-30mm: clear __GFP_FS when PF_MEMALLOC_NOIO is setJunxiao Bi
2014-10-30pci_ids: Add support for Intel Quark ILBJosef Ahmad
2014-10-15USB: Add device quirk for ASUS T100 Base Station keyboardLu Baolu
2014-10-15uas: Add no-report-opcodes quirkHans de Goede
2014-10-15uas: Add a quirk for rejecting ATA_12 and ATA_16 commandsHans de Goede
2014-10-15irq_work: Force raised irq work to run on irq work interruptFrederic Weisbecker
2014-10-15irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra
2014-09-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-09-27Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-09-26fuse: honour max_read and max_write in direct_io modeMiklos Szeredi
2014-09-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-09-25Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-09-25i2c: move acpi code back into the coreWolfram Sang
2014-09-24cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li
2014-09-24sched: add macros to define bitops for task atomic flagsZefan Li
2014-09-24sched: fix confusing PFA_NO_NEW_PRIVS constantZefan Li
2014-09-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-09-24blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probeTejun Heo
2014-09-24crypto: ccp - Check for CCP before registering crypto algsTom Lendacky
2014-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-09-22Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-09-20sched: Fix end_of_stack() and location of stack canary for architectures usin...Chuck Ebbert
2014-09-20Merge tag 'staging-3.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-09-20Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-09-19Merge tag 'iio-fixes-3.17a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2014-09-19Merge tag 'pci-v3.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-09-18Merge branch 'pci/vga'; commit '6a73336bde29' into for-linusBjorn Helgaas
2014-09-19Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie
2014-09-18vgaswitcheroo: add vga_switcheroo_fini_domain_pm_opsAlex Deucher
2014-09-16vgaarb: Drop obsolete #ifndefBruno Prémont
2014-09-14vfs: avoid non-forwarding large load after small store in path lookupLinus Torvalds
2014-09-13Merge branches 'locking-urgent-for-linus' and 'timers-urgent-for-linus' of gi...Linus Torvalds
2014-09-13Make hash_64() use a 64-bit multiply when appropriateLinus Torvalds
2014-09-12jiffies: Fix timeval conversion to jiffiesAndrew Hunter
2014-09-13workqueue: apply __WQ_ORDERED to create_singlethread_workqueue()Tejun Heo