aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-04-02xen: install xen/gntdev.h and xen/gntalloc.hDavid Vrabel
2014-04-02ore: Fix wrong math in allocation of per device BIOBoaz Harrosh
2014-04-02fuse: fix pipe_buf_operationsMiklos Szeredi
2014-04-02libata: disable LPM for some WD SATA-I devicesTejun Heo
2014-02-15sched/rt: Avoid updating RT entry timeout twice within one tick periodYing Xue
2014-02-15mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli
2014-02-15pci: Add PCI_DEVICE_SUB() macroBen Hutchings
2014-02-15drm/radeon: 0x9649 is SUMO2 not SUMOAlex Deucher
2014-02-15vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller
2014-01-03inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa
2014-01-03net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2014-01-03random32: fix off-by-one in seeding requirementDaniel Borkmann
2014-01-03x86, build, icc: Remove uninitialized_var() from compiler-intel.hH. Peter Anvin
2014-01-03ALSA: memalloc.h - fix wrong truncation of dma_addr_tStefano Panella
2014-01-03crypto: scatterwalk - Use sg_chain_ptr on chain entriesTom Lendacky
2014-01-03crypto: scatterwalk - Set the chain pointer indication bitTom Lendacky
2014-01-03tracing: Allow events to have NULL stringsSteven Rostedt (Red Hat)
2014-01-03PCI: Define macro for Marvell vendor IDXiangliang Yu
2014-01-03ipc, msg: fix message length check for negative valuesMathias Krause
2014-01-03exec/ptrace: fix get_dumpable() incorrect testsKees Cook
2014-01-03mtd: map: fixed bug in 64-bit systemsWang Haitao
2013-11-28drm: Pad drm_mode_get_connector to 64-bit boundaryChris Wilson
2013-11-28compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar
2013-11-28compiler-gcc.h: Add gcc-recommended GCC_VERSION macroDaniel Santos
2013-11-28random: allow architectures to optionally define random_get_entropy()Theodore Ts'o
2013-11-28random: run random_int_secret_init() run after all late_initcallsTheodore Ts'o
2013-11-28include/linux/fs.h: disable preempt when acquire i_size_seqcount write lockFan Du
2013-11-28inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa
2013-11-28perf: Fix perf ring buffer memory orderingPeter Zijlstra
2013-11-28ext3: return 32/64-bit dir name hash according to usage typeEric Sandeen
2013-11-28fs: add new FMODE flags: FMODE_32bithash and FMODE_64bithashBernd Schubert
2013-11-28net: fix cipso packet validation when !NETLABELSeif Mazareeb
2013-11-28net: dst: provide accessor function to dst->xfrmVlad Yasevich
2013-11-28tcp: must unclone packets before mangling themEric Dumazet
2013-10-26mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes
2013-10-26perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra
2013-10-26ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka
2013-10-26HID: provide a helper for validating hid reportsKees Cook
2013-10-26USB: fix build error when CONFIG_PM_SLEEP isn't enabledAlan Stern
2013-10-26HID: validate HID report id sizeKees Cook
2013-10-26rculist: list_first_or_null_rcu() should use list_entry_rcu()Tejun Heo
2013-10-26inetpeer: fix a race in inetpeer_gc_worker()Eric Dumazet
2013-10-26inetpeer: Invalidate the inetpeer tree along with the routing cacheSteffen Klassert
2013-10-26ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac
2013-10-26ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa
2013-09-10x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea
2013-09-10zfcp: fix lock imbalance by reworking request queue lockingMartin Peschke
2013-09-10block: Add bio_for_each_segment_all()Kent Overstreet
2013-09-10tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin
2013-09-10slab: introduce kmalloc_array()Xi Wang