summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipc/msg: do not use ipc_rcu_free()Kees Cook2017-07-131-2/+7
* ipc/shm: do not use ipc_rcu_free()Kees Cook2017-07-131-2/+7
* ipc/sem: do not use ipc_rcu_free()Kees Cook2017-07-131-2/+7
* ipc: drop non-RCU allocationKees Cook2017-07-133-33/+6
* include/linux/sem.h: correctly document sem_ctimeManfred Spraul2017-07-132-2/+2
* ipc: merge ipc_rcu and kern_ipc_permManfred Spraul2017-07-136-61/+66
* ipc/sem.c: remove sem_base, embed struct semManfred Spraul2017-07-132-55/+55
* fault-inject: support systematic fault injectionDmitry Vyukov2017-07-135-0/+142
* kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORECyrill Gorcunov2017-07-132-0/+4
* kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov2017-07-134-0/+112
* procfs: fdinfo: extend information about epoll target filesCyrill Gorcunov2017-07-132-3/+11
* kfifo: clean up example to not use page_linkLogan Gunthorpe2017-07-131-4/+4
* scripts/gdb: lx-dmesg: use explicit encoding=utf8 errors=replaceLeonard Crestez2017-07-131-3/+10
* scripts/gdb: lx-dmesg: cast log_buf to void* for addr fetchLeonard Crestez2017-07-131-1/+1
* scripts/gdb: add lx-fdtdump commandPeter Griffin2017-07-132-0/+80
* fs/Kconfig: kill CONFIG_PERCPU_RWSEM some moreDavidlohr Bueso2017-07-131-1/+0
* bfs: fix sanity checks for empty filesRakesh Pandit2017-07-131-1/+1
* random: do not ignore early device randomnessKees Cook2017-07-132-0/+6
* kernel/sysctl_binary.c: check name array length in deprecated_sysctl_warning()Mateusz Jurczyk2017-07-131-1/+1
* test_sysctl: test against int proc_dointvec() array supportLuis R. Rodriguez2017-07-132-0/+102
* test_sysctl: add simple proc_douintvec() caseLuis R. Rodriguez2017-07-132-0/+74
* test_sysctl: add simple proc_dointvec() caseLuis R. Rodriguez2017-07-132-0/+73
* test_sysctl: test against PAGE_SIZE for intLuis R. Rodriguez2017-07-131-0/+66
* test_sysctl: add generic script to expand on testsLuis R. Rodriguez2017-07-135-220/+495
* test_sysctl: add dedicated proc sysctl test driverLuis R. Rodriguez2017-07-136-4/+130
* sysctl: add unsigned int range supportLuis R. Rodriguez2017-07-133-1/+72
* sysctl: simplify unsigned int supportLuis R. Rodriguez2017-07-132-7/+160
* sysctl: fold sysctl_writes_strict checks into helperLuis R. Rodriguez2017-07-131-24/+32
* sysctl: kdoc'ify sysctl_writes_strictLuis R. Rodriguez2017-07-131-4/+25
* sysctl: fix lax sysctl_check_table() sanity checkLuis R. Rodriguez2017-07-131-5/+5
* kexec/kdump: minor Documentation updates for arm64 and ImageBharat Bhushan2017-07-131-3/+9
* kdump: protect vmcoreinfo data under the crash memoryXunlei Pang2017-07-136-2/+74
* powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang2017-07-133-5/+2
* kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang2017-07-138-21/+29
* kernel/fork.c: virtually mapped stacks: do not disable interruptsChristoph Lameter2017-07-131-11/+5
* mm/memory.c: mark create_huge_pmd() inline to prevent build failureGeert Uytterhoeven2017-07-131-1/+1
* kernel.h: handle pointers to arrays better in container_of()Ian Abbott2017-07-131-3/+7
* include/linux/dcache.h: use unsigned chars in struct name_snapshotStephen Rothwell2017-07-131-2/+2
* Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-07-1241-2483/+4944
|\
| * i2c: Provide a stub for i2c_detect_slave_mode()Andy Shevchenko2017-07-081-0/+2
| * i2c: designware: Let slave adapter support be optionalJarkko Nikula2017-07-042-1/+4
| * i2c: designware: Make HW init functions staticJarkko Nikula2017-07-043-8/+4
| * i2c: designware: fix spelling mistakesColin Ian King2017-07-041-1/+1
| * i2c: pca-platform: propagate error from i2c_pca_add_numbered_busChris Packham2017-07-041-3/+3
| * i2c: pca-platform: correctly set algo_data.reset_chipChris Packham2017-07-041-2/+4
| * i2c: acpi: Do not create i2c-clients for LNXVIDEO ACPI devicesHans de Goede2017-07-041-0/+12
| * i2c: designware: enable SLAVE in platform moduleLuis Oliveira2017-06-272-5/+38
| * i2c: designware: add SLAVE mode functionsLuis Oliveira2017-06-275-1/+418
| * i2c: zx2967: drop COMPILE_TEST dependencyShawn Guo2017-06-271-1/+1
| * i2c: zx2967: always use the same device when printing errorsWolfram Sang2017-06-271-1/+1