summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-04-291-2/+3
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-04-291-4/+4
* mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) supportKirill A. Shutemov2015-04-291-3/+2
* remove extra definitions of U32_MAXAlex Elder2015-04-291-19/+0
* conditionally define U32_MAXAlex Elder2015-04-291-0/+2
* kernel.h: define u8, s8, u32, etc. limitsAlex Elder2015-04-191-0/+13
* Defer processing of REQ_PREEMPT requests for blocked devicesBart Van Assche2015-04-191-1/+3
* workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo2015-03-261-1/+2
* usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGNSebastian Andrzej Siewior2015-03-061-0/+1
* fsnotify: fix handling of renames in auditJan Kara2015-03-061-2/+4
* ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2015-02-262-1/+2
* ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2015-02-261-5/+6
* ALSA: ak411x: Fix stall in work callbackTakashi Iwai2015-02-112-2/+2
* quota: provide interface for readding allocated space into reserved spaceJan Kara2015-01-292-0/+16
* crypto: prefix module autoloading with "crypto-"Kees Cook2015-01-291-0/+13
* time: settimeofday: Validate the values of tv from userSasha Levin2015-01-291-0/+13
* mm: propagate error from stack expansion even for guard pageLinus Torvalds2015-01-161-1/+1
* pstore-ram: Allow optional mapping with pgprot_noncachedTony Lindgren2015-01-161-1/+3
* userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman2015-01-081-0/+7
* userns: Don't allow setgroups until a gid mapping has been setablishedEric W. Biederman2015-01-081-0/+5
* groups: Consolidate the setgroups permission checksEric W. Biederman2015-01-081-0/+1
* iio: Fix IIO_EVENT_CODE_EXTRACT_DIR bit maskCristina Ciocan2014-12-061-1/+1
* PCI/MSI: Add device flag indicating that 64-bit MSIs don't workBenjamin Herrenschmidt2014-12-061-0/+1
* inetdevice: fixed signed integer overflowVincent BENAYOUN2014-12-061-1/+1
* mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner2014-11-212-43/+14
* mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner2014-11-212-0/+25
* mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner2014-11-212-0/+47
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2014-11-211-0/+1
* net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann2014-11-211-3/+3
* net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann2014-11-211-0/+5
* netfilter: xt_bpf: add mising opaque struct sk_filter definitionPablo Neira2014-11-211-0/+2
* clocksource: Remove "weak" from clocksource_default_clock() declarationBjorn Helgaas2014-11-211-1/+1
* kgdb: Remove "weak" from kgdb_arch_pc() declarationBjorn Helgaas2014-11-211-1/+1
* nfs: fix pnfs direct write memory leakPeng Tao2014-11-211-0/+11
* of: Fix overflow bug in string property parsing functionsGrant Likely2014-11-141-14/+70
* drm/radeon: remove invalid pci idAlex Deucher2014-11-141-1/+0
* OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2014-11-141-0/+3
* block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer2014-11-141-3/+2
* random: add and use memzero_explicit() for clearing dataDaniel Borkmann2014-11-141-2/+3
* crypto: more robust crypto_memneqCesar Eduardo Barros2014-11-143-0/+14
* vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara2014-11-141-0/+1
* kernel: add support for gcc 5Sasha Levin2014-10-301-0/+66
* mm: clear __GFP_FS when PF_MEMALLOC_NOIO is setJunxiao Bi2014-10-301-2/+4
* USB: Add device quirk for ASUS T100 Base Station keyboardLu Baolu2014-10-151-0/+3
* sctp: handle association restarts when the socket is closed.Vlad Yasevich2014-10-151-1/+1
* tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell2014-10-153-1/+2
* jiffies: Fix timeval conversion to jiffiesAndrew Hunter2014-10-091-12/+0
* media: vb2: fix VBI/poll regressionHans Verkuil2014-10-091-0/+4
* introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov2014-10-052-0/+14
* workqueue: apply __WQ_ORDERED to create_singlethread_workqueue()Tejun Heo2014-10-051-1/+1