summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* compiler/gcc4: Make quirk for asm_volatile_goto() unconditionalSteven Noonan2014-02-221-5/+1
* ore: Fix wrong math in allocation of per device BIOBoaz Harrosh2014-02-131-0/+1
* fs/compat: fix lookup_dcookie() parameter handlingHeiko Carstens2014-02-131-1/+1
* fs/compat: fix parameter handling for compat readv/writev syscallsHeiko Carstens2014-02-131-8/+8
* mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner2014-02-131-3/+0
* audit: correct a type mismatch in audit_syscall_exit()AKASHI Takahiro2014-02-131-1/+1
* fuse: fix pipe_buf_operationsMiklos Szeredi2014-02-131-0/+2
* libata: disable LPM for some WD SATA-I devicesTejun Heo2014-02-061-0/+2
* mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli2014-02-061-0/+6
* mm: Make {,set}page_address() static inline if WANT_PAGE_VIRTUALGeert Uytterhoeven2014-01-251-5/+8
* vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller2014-01-151-0/+9
* ipv6: fix illegal mac_header comparison on 32bitHannes Frederic Sowa2014-01-151-0/+5
* net: unix: allow set_peek_off to failSasha Levin2014-01-151-1/+1
* clocksource: arch_timer: use virtual countersMark Rutland2014-01-091-1/+1
* libceph: add function to ensure notifies are completeJosh Durgin2014-01-091-0/+2
* libceph: fix safe completionYan, Zheng2014-01-091-1/+0
* mm: numa: guarantee that tlb_flush_pending updates are visible before page ta...Mel Gorman2014-01-091-1/+6
* mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2014-01-092-1/+45
* sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov2014-01-091-3/+11
* libata: Add atapi_dmadir force flagVincent Pelletier2014-01-091-0/+1
* auxvec.h: account for AT_HWCAP2 in AT_VECTOR_SIZE_BASEArd Biesheuvel2014-01-091-1/+1
* drm/radeon: 0x9649 is SUMO2 not SUMOAlex Deucher2014-01-091-1/+1
* target/file: Update hw_max_sectors based on current block_sizeNicholas Bellinger2014-01-091-0/+1
* x86, build, icc: Remove uninitialized_var() from compiler-intel.hH. Peter Anvin2013-12-201-2/+0
* PCI: Disable Bus Master only on kexec rebootKhalid Aziz2013-12-201-0/+3
* ALSA: memalloc.h - fix wrong truncation of dma_addr_tStefano Panella2013-12-201-1/+1
* ALSA: compress: Fix 64bit ABI incompatibilityTakashi Iwai2013-12-201-3/+3
* crypto: scatterwalk - Use sg_chain_ptr on chain entriesTom Lendacky2013-12-111-1/+1
* lib/genalloc.c: fix overflow of ending address of memory chunkJoonyoung Shim2013-12-111-2/+2
* SCSI: Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen2013-12-111-0/+6
* crypto: scatterwalk - Set the chain pointer indication bitTom Lendacky2013-12-111-0/+1
* mm: numa: return the number of base pages altered by protection changesMel Gorman2013-12-081-0/+1
* clockevents: Add module refcountThomas Gleixner2013-12-081-0/+3
* clockevents: Get rid of the notifier chainThomas Gleixner2013-12-081-1/+0
* netfilter: push reasm skb through instead of original frag skbsJiri Pirko2013-12-083-67/+2
* inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa2013-12-082-3/+5
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-12-081-0/+8
* random32: fix off-by-one in seeding requirementDaniel Borkmann2013-12-081-3/+3
* netfilter: nf_conntrack: use RCU safe kfree for conntrack extensionsMichal Kubecek2013-12-041-1/+1
* tracing: Allow events to have NULL stringsSteven Rostedt (Red Hat)2013-12-041-2/+3
* ACPI / hotplug: Fix conflicted PCI bridge notify handlersToshi Kani2013-12-041-0/+1
* audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton2013-12-041-4/+22
* mtd: map: fixed bug in 64-bit systemsWang Haitao2013-12-041-2/+2
* ipc, msg: forbid negative values for "msg{max,mnb,mni}"Mathias Krause2013-12-041-3/+3
* ipc, msg: fix message length check for negative valuesMathias Krause2013-12-041-3/+3
* dmi: add support for exact DMI matches in addition to substring matchingJani Nikula2013-11-291-2/+4
* ALSA: compress: fix drain calls blocking other compress functions (v6)Vinod Koul2013-11-291-7/+4
* ALSA: compress: fix drain calls blocking other compress functionsVinod Koul2013-11-291-0/+12
* exec/ptrace: fix get_dumpable() incorrect testsKees Cook2013-11-292-3/+4
* sched, idle: Fix the idle polling state logicPeter Zijlstra2013-11-292-7/+73