summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | kernel/watchdog: split up config optionsNicholas Piggin2017-07-124-131/+177
| * | | | | | | | | | | | | kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin2017-07-121-3/+2
| * | | | | | | | | | | | | fault-inject: support systematic fault injectionDmitry Vyukov2017-07-121-0/+4
| * | | | | | | | | | | | | kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov2017-07-121-0/+57
| * | | | | | | | | | | | | kernel/sysctl_binary.c: check name array length in deprecated_sysctl_warning()Mateusz Jurczyk2017-07-121-1/+1
| * | | | | | | | | | | | | sysctl: add unsigned int range supportLuis R. Rodriguez2017-07-121-0/+66
| * | | | | | | | | | | | | sysctl: simplify unsigned int supportLuis R. Rodriguez2017-07-121-7/+146
| * | | | | | | | | | | | | sysctl: fold sysctl_writes_strict checks into helperLuis R. Rodriguez2017-07-121-24/+32
| * | | | | | | | | | | | | sysctl: kdoc'ify sysctl_writes_strictLuis R. Rodriguez2017-07-121-4/+25
| * | | | | | | | | | | | | kdump: protect vmcoreinfo data under the crash memoryXunlei Pang2017-07-124-1/+71
| * | | | | | | | | | | | | powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang2017-07-121-2/+1
| * | | | | | | | | | | | | kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang2017-07-122-5/+23
| * | | | | | | | | | | | | kernel/fork.c: virtually mapped stacks: do not disable interruptsChristoph Lameter2017-07-121-11/+5
* | | | | | | | | | | | | | Merge tag 'modules-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-122-53/+72
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | module: make the modinfo name constLuis R. Rodriguez2017-06-291-2/+2
| * | | | | | | | | | | | | kmod: reduce atomic operations on kmod_concurrent and simplifyLuis R. Rodriguez2017-06-271-22/+18
| * | | | | | | | | | | | | module: use list_for_each_entry_rcu() on find_module_all()Luis R. Rodriguez2017-06-271-1/+1
| * | | | | | | | | | | | | kernel/module.c: suppress warning about unused nowarn variableCorentin Labbe2017-06-261-10/+20
| * | | | | | | | | | | | | module: Add module name to modinfoKees Cook2017-05-231-7/+22
| * | | | | | | | | | | | | module: Pass struct load_info into symbol checksKees Cook2017-05-231-12/+10
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | fix a braino in compat_sys_getrlimit()Al Viro2017-07-121-1/+1
* | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-108-38/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | kernel/exit.c: avoid undefined behaviour when calling wait4()zhongjiang2017-07-101-0/+4
| * | | | | | | | | | | | kernel/signal.c: avoid undefined behaviour in kill_something_infozhongjiang2017-07-101-0/+4
| * | | | | | | | | | | | lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer2017-07-102-2/+3
| * | | | | | | | | | | | kernel/kallsyms.c: replace all_var with IS_ENABLED(CONFIG_KALLSYMS_ALL)Masahiro Yamada2017-07-101-8/+2
| * | | | | | | | | | | | kernel/groups.c: use sort library functionRasmus Villemoes2017-07-101-24/+11
| * | | | | | | | | | | | kernel/ksysfs.c: constify attribute_group structures.Arvind Yadav2017-07-101-1/+1
| * | | | | | | | | | | | mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko2017-07-101-3/+3
* | | | | | | | | | | | | Merge tag 'pm-extra-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ \ \ Merge branches 'pm-domains', 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki2017-07-101-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / / / / | | | | |/| | | | | | | | | |
| | | * | | | | | | | | | | | PM / sleep: constify attribute_group structuresArvind Yadav2017-07-041-1/+1
* | | | | | | | | | | | | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-091-18/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | smp/hotplug: Move unparking of percpu threads to the control CPUThomas Gleixner2017-07-061-18/+19
* | | | | | | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-093-84/+134
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | sched/fair: Fix load_balance() affinity redo pathJeffrey Hugo2017-07-051-12/+20
| * | | | | | | | | | | | | | sched/cputime: Accumulate vtime on top of nsec clocksourceWanpeng Li2017-07-051-22/+42
| * | | | | | | | | | | | | | sched/cputime: Move the vtime task fields to their own structFrederic Weisbecker2017-07-052-51/+67
| * | | | | | | | | | | | | | sched/cputime: Rename vtime fieldsFrederic Weisbecker2017-07-052-17/+17
| * | | | | | | | | | | | | | sched/cputime: Always set tsk->vtime_snap_whence after accounting vtimeFrederic Weisbecker2017-07-051-1/+1
| * | | | | | | | | | | | | | vtime, sched/cputime: Remove vtime_account_user()Frederic Weisbecker2017-07-051-6/+6
| * | | | | | | | | | | | | | Revert "sched/cputime: Refactor the cputime_adjust() code"Ingo Molnar2017-07-041-8/+14
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-092-19/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | kprobes: Ensure that jprobe probepoints are at function entryNaveen N. Rao2017-07-081-2/+6
| * | | | | | | | | | | | | kprobes: Simplify register_jprobes()Naveen N. Rao2017-07-081-14/+16
| * | | | | | | | | | | | | kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao2017-07-082-5/+5
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-07-092-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | locking/qspinlock: Explicitly include asm/prefetch.hStafford Horne2017-07-081-0/+1
| * | | | | | | | | | | | locking/rwsem-spinlock: Fix EINTR branch in __down_write_common()Kirill Tkhai2017-07-051-2/+2
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-095-26/+62
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
OpenPOWER on IntegriCloud