summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2014-12-06bitops: Fix shift overflow in GENMASK macrosMaxime COQUELIN
2014-12-06clk-divider: Fix READ_ONLY when divider > 1James Hogan
2014-12-06iio: Fix IIO_EVENT_CODE_EXTRACT_DIR bit maskCristina Ciocan
2014-12-06PCI/MSI: Add device flag indicating that 64-bit MSIs don't workBenjamin Herrenschmidt
2014-12-06inetdevice: fixed signed integer overflowVincent BENAYOUN
2014-11-21mm, thp: fix collapsing of hugepages on madviseDavid Rientjes
2014-11-21clocksource: Remove "weak" from clocksource_default_clock() declarationBjorn Helgaas
2014-11-21kgdb: Remove "weak" from kgdb_arch_pc() declarationBjorn Helgaas
2014-11-21vmcore: Remove "weak" from function declarationsBjorn Helgaas
2014-11-21memory-hotplug: Remove "weak" from memory_block_size_bytes() declarationBjorn Helgaas
2014-11-21power: charger-manager: Fix accessing invalidated power supply after charger ...Krzysztof Kozlowski
2014-11-21power: charger-manager: Fix accessing invalidated power supply after fuel gau...Krzysztof Kozlowski
2014-11-21nfs: fix pnfs direct write memory leakPeng Tao
2014-11-21tracing: Do not busy wait in buffer spliceRabin Vincent
2014-11-21mem-hotplug: reset node managed pages when hot-adding a new pgdatTang Chen
2014-11-21mfd: max77693: Fix always masked MUIC interruptsKrzysztof Kozlowski
2014-11-21mm/page_alloc: fix incorrect isolation behavior by rechecking migratetypeJoonsoo Kim
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