aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* kernel: add support for gcc 5Sasha Levin2017-05-111-0/+66
* omap: remoteproc: add a notification for loading errorMiguel Vadillo2017-05-101-0/+5
* tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet2016-10-291-0/+2
* mnt: Only change user settable mount flags in remountEric W. Biederman2016-10-291-1/+3
* mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds2016-10-291-0/+1
* pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-10-292-0/+5
* UPSTREAM: include/linux/poison.h: fix LIST_POISON{1,2} offsetVasily Kulikov2016-10-291-2/+2
* FROMLIST: security,perf: Allow further restriction of perf_event_openJeff Vander Stoep2016-10-291-0/+5
* ipv6: sysctl to restrict candidate source addressesErik Kline2016-10-291-0/+2
* ashmem: Move to drivers/staging/android; fix odd merges.Kyle Repinski2016-10-291-48/+0
* FROMLIST: drivers: char: random: add get_random_long()dcashman2016-10-291-0/+1
* FROMLIST: mm: mmap: Add new /proc tunable for mmap_base ASLR.dcashman2016-10-291-0/+11
* Ducati reloading fix for early suspend.Luden2016-05-011-0/+1
* Extra CMA debugging code.Luden2016-05-012-0/+7
* Retry CMA allocations.Luden2016-05-011-1/+1
* OMAP: switch Ducati allocations to CMALuden2016-05-013-1/+8
* CMA fixes for kernel 3.0Luden2016-05-011-0/+3
* drivers: cma: add support for allocating pages from a fixed addressLuden2016-05-011-0/+2
* mm: trigger page reclaim in alloc_contig_range() to stabilise watermarksMarek Szyprowski2016-04-031-0/+9
* mm: mmzone: MIGRATE_CMA migration type addedMichal Nazarewicz2016-04-032-7/+34
* mm: page_isolation: MIGRATE_CMA isolation functions addedMichal Nazarewicz2016-04-032-10/+11
* mm: page_alloc: introduce alloc_contig_range()Michal Nazarewicz2016-04-031-0/+8
* drivers: add Contiguous Memory AllocatorMarek Szyprowski2016-04-033-0/+142
* Fix incorrect conflict resolution in "vfs: Add setns support for the mount na...Daniel Rosenberg2016-04-031-1/+0
* proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2016-04-037-1/+14
* proc: Generalize proc inode allocationEric W. Biederman2016-04-031-0/+10
* vfs: Allow unprivileged manipulation of the mount namespace.Eric W. Biederman2016-04-032-3/+7
* vfs: Add a user namespace reference from struct mnt_namespaceEric W. Biederman2016-04-031-1/+3
* vfs: Add setns support for the mount namespaceEric W. Biederman2016-04-032-0/+9
* consitify do_mount() argumentsAl Viro2016-04-032-7/+7
* fs: introduce inode operation ->update_timeJosef Bacik2016-04-031-1/+9
* get rid of magic in proc_namespace.cAl Viro2016-04-031-1/+3
* get rid of ->mnt_longtermAl Viro2016-04-031-1/+0
* brlocks/lglocks: turn into functionsAndi Kleen2016-04-031-99/+26
* lglock: remove online variants of lockRusty Russell2016-04-031-56/+2
* mm: add a field to store names for private anonymous memoryColin Cross2016-04-033-1/+19
* procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar2016-03-111-0/+3
* LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris2016-03-111-50/+4
* security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2016-03-111-14/+0
* capabilities: remove the task from capable LSM hook entirelyEric Paris2016-03-111-9/+7
* cputime: Clean up cputime_to_usecs and usecs_to_cputime macrosMichal Hocko2016-01-171-2/+2
* hashtable: introduce a small and naive hashtableSasha Levin2016-01-171-0/+192
* security: lsm_audit: add ioctl specific auditingJeff Vander Stoep2016-01-171-0/+7
* mm: page_alloc: retry direct compactionYi-wei Zhao2016-01-081-1/+1
* radix-tree: fix contiguous iteratorKonstantin Khlebnikov2016-01-081-1/+4
* radix-tree: introduce bit-optimized iteratorKonstantin Khlebnikov2016-01-081-0/+196
* radix_tree: remove radix_tree_indirect_to_ptr()Xiao Guangrong2016-01-081-3/+0
* tmpfs radix_tree: locate_item to speed up swapoffHugh Dickins2016-01-081-0/+1
* radix_tree: exceptional entries and indicesHugh Dickins2016-01-081-3/+33
* ksm: check and skip page, if it is already scannedPradeep Sawlani2016-01-081-0/+11