summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-142-2/+16
|\
| * new helper: inode_fake_hash()Al Viro2018-08-031-0/+11
| * new primitive: discard_new_inode()Al Viro2018-08-031-1/+5
| * kill d_instantiate_no_diralias()Al Viro2018-08-021-1/+0
* | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-145-17/+19
|\ \
| * | make alloc_file() staticAl Viro2018-07-121-2/+0
| * | new helper: alloc_file_clone()Al Viro2018-07-121-0/+2
| * | new wrapper: alloc_file_pseudo()Al Viro2018-07-121-0/+3
| * | kill FILE_{CREATED,OPENED}Al Viro2018-07-121-4/+0
| * | get rid of 'opened' argument of ->atomic_open() - part 3Al Viro2018-07-121-1/+1
| * | getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro2018-07-121-2/+1
| * | IMA: don't propagate opened through the entire thingAl Viro2018-07-121-2/+2
| * | introduce FMODE_CREATED and switch to itAl Viro2018-07-121-0/+1
| * | fold put_filp() into fput()Al Viro2018-07-121-1/+0
| * | introduce FMODE_OPENEDAl Viro2018-07-121-0/+2
| * | ->file_open(): lose cred argumentAl Viro2018-07-121-1/+1
| * | security_file_open(): lose cred argumentAl Viro2018-07-121-3/+2
| * | alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro2018-07-121-1/+1
| * | turn filp_clone_open() into inline wrapper for dentry_open()Al Viro2018-07-111-1/+4
* | | Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-08-142-0/+10
|\ \ \
| * | | MIPS: Add FP_MODE regset supportMaciej W. Rozycki2018-07-191-0/+1
| * | | MIPS: Add DSP ASE regset supportMaciej W. Rozycki2018-07-191-0/+1
| * | | dma-noncoherent: add a arch_sync_dma_for_cpu_all hookChristoph Hellwig2018-06-241-0/+8
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-08-141-0/+1
|\ \ \ \
| * | | | KVM: s390: Add huge page enablement controlJanosch Frank2018-07-301-0/+1
| |/ / /
* | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-142-4/+4
|\ \ \ \
| * | | | sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin2018-07-201-3/+2
| * | | | timekeeping: Replace read_boot_clock64() with read_persistent_wall_and_boot_o...Pavel Tatashin2018-07-201-1/+2
* | | | | Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2018-08-141-0/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'x86/pti-urgent' into x86/ptiThomas Gleixner2018-08-0637-53/+140
| |\ \ \ \ \
| * | | | | | x86/mm/pti: Introduce pti_finalize()Joerg Roedel2018-07-201-0/+1
* | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-143-121/+138
|\ \ \ \ \ \ \
| * | | | | | | x86/mm/tlb: Leave lazy TLB mode at page table free timeRik van Riel2018-07-171-0/+10
| * | | | | | | mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel2018-07-171-117/+124
| * | | | | | | Merge tag 'v4.18-rc5' into x86/mm, to pick up fixesIngo Molnar2018-07-1722-185/+232
| |\| | | | | |
| * | | | | | | ioremap: Update pgtable free interfaces with addrChintan Pandya2018-07-041-4/+4
* | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-1310-21/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | time: Introduce one suspend clocksource to compensate the suspend timeBaolin Wang2018-07-201-0/+3
| * | | | | | | | timekeeping/ntp: Constify some function argumentsOndrej Mosnacek2018-07-201-1/+1
| * | | | | | | | Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2018-07-1245-101/+235
| |\| | | | | | |
| * | | | | | | | ktime: Provide typesafe ktime_to_ns()Eric Dumazet2018-07-121-2/+5
| * | | | | | | | posix-timers: Sanitize overrun handlingThomas Gleixner2018-07-021-2/+2
| * | | | | | | | time: Change types to new y2038 safe __kernel_itimerspecDeepa Dinamani2018-06-241-5/+5
| * | | | | | | | time: Enable get/put_compat_itimerspec64 alwaysDeepa Dinamani2018-06-242-9/+9
| * | | | | | | | time: Introduce struct __kernel_itimerspecDeepa Dinamani2018-06-243-2/+10
* | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-132-54/+1
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-08-0213-17/+77
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-2566-267/+392
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | perf, tools: Use correct articles in commentsTobias Tefke2018-07-161-1/+1
| * | | | | | | | | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2018-06-2614-24/+39
| |\ \ \ \ \ \ \ \ \ \ \