aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fs: ext4: disable support for fallocate FALLOC_FL_PUNCH_HOLENick Desaulniers2016-11-071-0/+7
* ALSA: compress: fix an integer overflow checkDan Carpenter2016-11-071-1/+1
* Fix: Elevation of privilege vulnerability in kernel file systemMarcos Marado2016-11-073-2/+12
* UPSTREAM: proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov2016-11-071-3/+11
* UPSTREAM: proc: make proc_fd_permission() thread-friendlyOleg Nesterov2016-11-071-1/+1
* defconfig: enable rgb cal nodeMoyster2016-11-071-0/+1
* Fix compilingfire8552016-11-071-1/+1
* mt6735: Add an RGB configuration sys attr driver for videox/corr10Diogo Ferreira2016-11-074-4/+111
* arm64: kernel: perf: add cpu hotplug notifierLorenzo Pieralisi2016-11-072-1/+136
* Fix "arbitrary write-zero in mtkfb_ioctl() of Mediatek driver" issueyang-cy.chen2016-11-072-97/+2
* Fix "stack overflow in Mediatek Thermal driver" issueyang-cy.chen2016-11-071-0/+3
* Fix "Security Vulnerability - arbitrary address write ddp_drv.c" issueyang-cy.chen2016-11-074-52/+0
* Fix "Security Vulnerability - kernel info leak ddp_drv.c" issueyang-cy.chen2016-11-071-1/+0
* power: wakeup: partially revert some wakelock togglescm2016-11-071-5/+0
* turn off a bit of debugMoyster2016-11-071-8/+4
* disable KSM as the benefit in ram vs perf/battery might not be satisfyingMoyster2016-11-071-2/+2
* defconfig: enable config_jump_labelMoyster2016-11-071-1/+1
* defconfigMoyster2016-11-071-5/+2
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2016-11-0743-2/+96
* BACKPORT: arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiersWill Deacon2016-11-072-2/+2
* update MM defconfigMoyster2016-11-071-2/+2
* android: fiq_debugger: fix cut-off help messageColin Cross2016-11-071-1/+2
* hand-pick: mediatek:remove unnecessary sido call flowMoyster2016-11-071-12/+0
* arm: crypto: Add optimized SHA-256/224Sami Tolvanen2016-11-077-1/+3979
* fix /proc/cpuinfoIliyan Malchev2016-10-031-1/+1
* for w/e reasons, CONFIG_MAGIC_SYSRQ was defined, CVE-2015-6646Moyster2016-10-031-1/+1
* Use deadline as default iosched againMoyster2016-09-291-6/+6
* regen defconfigMoyster2016-09-281-0/+1
* net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfromAl Viro2016-09-281-0/+4
* Don't show empty tag stats for unprivileged uidsMohamad Ayyash2016-09-281-1/+1
* power: wakeup: add wakelock togglesengstk2016-09-281-0/+29
* ARM: add documentation for finding start of physical memoryRussell King2016-09-281-1/+18
* ARM: 8294/1: ATAG_DTB_COMPAT: remove the DT workspace's hardcoded 64KB sizeNicolas Pitre2016-09-281-9/+30
* ARM: compressed/head.S: remove s3c24xx special caseHeiko Stuebner2016-09-281-5/+0
* futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == u…Thomas Gleixner2016-09-281-0/+25
* netfilter: IDLETIMER: fix invalid deference of timerJP Abgrall2016-09-281-1/+1
* mm, vmalloc: remove useless variable in vmap_blockJoonsoo Kim2016-09-281-2/+0
* mm, vmalloc: use well-defined find_last_bit() funcJoonsoo Kim2016-09-281-9/+6
* sched: remove migration notification from RT classSteve Muckle2016-09-281-19/+1
* sched: provide per cpu-cgroup option to notify on migrationsSteve Muckle2016-09-281-1/+19
* crypto: arm/aes update NEON AES module to latest OpenSSL versionArd Biesheuvel2016-09-282-8/+16
* proc: introduce proc_mem_open()Oleg Nesterov2016-09-282-15/+23
* mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() raceOleg Nesterov2016-09-281-24/+9
* proc/maps: make vm_is_stack() logic namespace-friendlyOleg Nesterov2016-09-284-24/+53
* proc/maps: replace proc_maps_private->pid with "struct inode *inode"Oleg Nesterov2016-09-283-5/+5
* fs/proc/task_mmu.c: update m->version in the main loop in m_start()Oleg Nesterov2016-09-281-1/+4
* fs/proc/task_mmu.c: reintroduce m->version logicOleg Nesterov2016-09-281-6/+19
* fs/proc/task_mmu.c: introduce m_next_vma() helperOleg Nesterov2016-09-281-5/+10
* fs/proc/task_mmu.c: simplify m_start() to make it readableOleg Nesterov2016-09-281-24/+10
* fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logicOleg Nesterov2016-09-281-24/+1