summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* wrappers for ->i_mutex accessAl Viro2016-01-225-8/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-221-0/+14
|\
| * pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-01-191-0/+14
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-2114-96/+104
|\ \
| * | prctl: take mmap sem for writing to protect against othersMateusz Guzik2016-01-201-10/+10
| * | kernel: printk: specify alignment for struct printk_logAndrey Ryabinin2016-01-201-5/+5
| * | sysctl: enable strict writesKees Cook2016-01-201-1/+1
| * | kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang2016-01-202-0/+23
| * | kernel/kexec_core.c: use list_for_each_entry_safe in kimage_free_page_listGeliang Tang2016-01-201-5/+2
| * | kexec: set KEXEC_TYPE_CRASH before sanity_check_segment_list()Xunlei Pang2016-01-201-5/+5
| * | kernel/cpu.c: make set_cpu_* static inlinesRasmus Villemoes2016-01-201-34/+0
| * | kernel/cpu.c: eliminate cpu_*_maskRasmus Villemoes2016-01-201-8/+0
| * | kernel/cpu.c: export __cpu_*_maskRasmus Villemoes2016-01-201-5/+9
| * | kernel/cpu.c: change type of cpu_possible_bits and friendsRasmus Villemoes2016-01-201-22/+22
| * | exit: remove unneeded declaration of exit_mm()Dmitry Safonov2016-01-201-2/+0
| * | ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-01-205-13/+36
| * | ptrace: task_stopped_code(ptrace => true) can't see TASK_STOPPED taskOleg Nesterov2016-01-201-2/+1
| * | ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killableOleg Nesterov2016-01-201-2/+8
* | | Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-212-3/+6
|\ \ \
| * | | irqdomain: Export irq_domain_set_info() for module useKeith Busch2016-01-151-0/+1
| * | | genirq/MSI: Relax msi_domain_alloc() to support parentless MSI irqdomainsLiu Jiang2016-01-141-3/+5
* | | | Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-202-7/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2016-01-212-7/+1
| |\ \ \
| | * | | sched / idle: Drop default_idle_call() fallback from call_cpuidle()Rafael J. Wysocki2016-01-191-6/+0
| | * | | time: nohz: Expose tick_nohz_enabledJean Delvare2016-01-151-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-01-173-5/+5
|\ \ \ \ \
| * | | | | security: Make inode argument of inode_getsecid non-constAndreas Gruenbacher2015-12-243-5/+5
| | |_|/ / | |/| | |
* | | | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-01-171-10/+7
|\ \ \ \ \
| * | | | | audit: Delete unnecessary checks before two function callsMarkus Elfring2016-01-131-5/+2
| * | | | | audit: wake up threads if queue switched from limited to unlimitedRichard Guy Briggs2016-01-131-1/+2
| * | | | | audit: include auditd's threads in audit_log_start() wait exceptionRichard Guy Briggs2016-01-131-1/+1
| * | | | | audit: remove audit_backlog_wait_overflowPaul Moore2016-01-131-2/+1
| * | | | | audit: don't needlessly reset valid wait timeRichard Guy Briggs2016-01-131-1/+1
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-176-75/+294
|\ \ \ \ \ \
| * | | | | | printk: change recursion_bug type to boolSergey Senozhatsky2016-01-161-3/+3
| * | | | | | printk: do cond_resched() between lines while outputting to consolesTejun Heo2016-01-162-3/+35
| * | | | | | printk: only unregister boot consoles when necessaryThierry Reding2016-01-161-1/+25
| * | | | | | kernel/stop_machine.c: remove CONFIG_SMP dependenciesAndrew Morton2016-01-161-4/+0
| * | | | | | mm: bring in additional flag for fixup_user_fault to signal unlockDominik Dingel2016-01-151-1/+1
| * | | | | | mm, x86: get_user_pages() for dax mappingsDan Williams2016-01-151-0/+12
| * | | | | | mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupDan Williams2016-01-151-4/+49
| * | | | | | x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams2016-01-151-2/+70
| * | | | | | mm: introduce find_dev_pagemap()Dan Williams2016-01-151-8/+77
| * | | | | | mm, dax, pmem: introduce pfn_tDan Williams2016-01-151-0/+7
| * | | | | | futex, thp: remove special case for THP in get_futex_keyKirill A. Shutemov2016-01-151-49/+14
| * | | | | | memcg: adjust to support new THP refcountingKirill A. Shutemov2016-01-151-3/+4
| * | | | | | rmap: add argument to charge compound pageKirill A. Shutemov2016-01-151-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2016-01-171-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'for-linus' into for-nextTakashi Iwai2015-12-2320-166/+229
| |\ \ \ \ \
| * \ \ \ \ \ Back merge tag 'v4.4-rc4' into drm-nextDave Airlie2015-12-0812-52/+134
| |\ \ \ \ \ \
OpenPOWER on IntegriCloud