aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* xen: install xen/gntdev.h and xen/gntalloc.hDavid Vrabel2014-04-021-0/+2
* ore: Fix wrong math in allocation of per device BIOBoaz Harrosh2014-04-021-0/+1
* fuse: fix pipe_buf_operationsMiklos Szeredi2014-04-021-0/+2
* libata: disable LPM for some WD SATA-I devicesTejun Heo2014-04-021-0/+2
* sched/rt: Avoid updating RT entry timeout twice within one tick periodYing Xue2014-02-151-0/+1
* mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli2014-02-151-0/+6
* pci: Add PCI_DEVICE_SUB() macroBen Hutchings2014-02-151-0/+14
* drm/radeon: 0x9649 is SUMO2 not SUMOAlex Deucher2014-02-151-1/+1
* vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller2014-02-151-0/+9
* inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa2014-01-032-3/+5
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2014-01-031-0/+8
* random32: fix off-by-one in seeding requirementDaniel Borkmann2014-01-031-3/+3
* x86, build, icc: Remove uninitialized_var() from compiler-intel.hH. Peter Anvin2014-01-031-2/+0
* ALSA: memalloc.h - fix wrong truncation of dma_addr_tStefano Panella2014-01-031-1/+1
* crypto: scatterwalk - Use sg_chain_ptr on chain entriesTom Lendacky2014-01-031-1/+1
* crypto: scatterwalk - Set the chain pointer indication bitTom Lendacky2014-01-031-0/+1
* tracing: Allow events to have NULL stringsSteven Rostedt (Red Hat)2014-01-031-2/+3
* PCI: Define macro for Marvell vendor IDXiangliang Yu2014-01-031-0/+1
* ipc, msg: fix message length check for negative valuesMathias Krause2014-01-031-3/+3
* exec/ptrace: fix get_dumpable() incorrect testsKees Cook2014-01-032-3/+4
* mtd: map: fixed bug in 64-bit systemsWang Haitao2014-01-031-2/+2
* drm: Pad drm_mode_get_connector to 64-bit boundaryChris Wilson2013-11-281-0/+2
* compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar2013-11-281-0/+15
* compiler-gcc.h: Add gcc-recommended GCC_VERSION macroDaniel Santos2013-11-281-0/+3
* random: allow architectures to optionally define random_get_entropy()Theodore Ts'o2013-11-281-0/+14
* random: run random_int_secret_init() run after all late_initcallsTheodore Ts'o2013-11-281-0/+1
* include/linux/fs.h: disable preempt when acquire i_size_seqcount write lockFan Du2013-11-281-0/+2
* inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa2013-11-281-0/+5
* perf: Fix perf ring buffer memory orderingPeter Zijlstra2013-11-281-5/+7
* ext3: return 32/64-bit dir name hash according to usage typeEric Sandeen2013-11-281-1/+5
* fs: add new FMODE flags: FMODE_32bithash and FMODE_64bithashBernd Schubert2013-11-281-0/+4
* net: fix cipso packet validation when !NETLABELSeif Mazareeb2013-11-281-2/+4
* net: dst: provide accessor function to dst->xfrmVlad Yasevich2013-11-281-0/+12
* tcp: must unclone packets before mangling themEric Dumazet2013-11-281-0/+10
* mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes2013-10-261-1/+2
* perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra2013-10-261-1/+1
* ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-10-262-5/+9
* HID: provide a helper for validating hid reportsKees Cook2013-10-261-0/+4
* USB: fix build error when CONFIG_PM_SLEEP isn't enabledAlan Stern2013-10-261-1/+1
* HID: validate HID report id sizeKees Cook2013-10-261-1/+3
* rculist: list_first_or_null_rcu() should use list_entry_rcu()Tejun Heo2013-10-261-2/+3
* inetpeer: fix a race in inetpeer_gc_worker()Eric Dumazet2013-10-261-1/+4
* inetpeer: Invalidate the inetpeer tree along with the routing cacheSteffen Klassert2013-10-261-0/+3
* ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac2013-10-261-0/+2
* ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa2013-10-261-0/+1
* x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea2013-09-101-0/+1
* zfcp: fix lock imbalance by reworking request queue lockingMartin Peschke2013-09-101-0/+57
* block: Add bio_for_each_segment_all()Kent Overstreet2013-09-101-3/+14
* tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin2013-09-101-1/+3
* slab: introduce kmalloc_array()Xi Wang2013-09-101-3/+14