aboutsummaryrefslogtreecommitdiffstats
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-0/+3
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-0/+2
2019-01-04initramfs: cleanup incomplete rootfsDavid Engraf1-3/+3
2019-01-04fork: fix some -Wmissing-prototypes warningsYi Wang1-1/+0
2019-01-04init/main.c: make "initcall_level_names[]" const char *Alexey Dobriyan1-1/+1
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+20
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds3-21/+0
2018-12-28debugobjects: call debug_objects_mem_init earilerQian Cai1-1/+1
2018-12-27Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+0
2018-12-26Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+0
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2-0/+2
2018-12-14psi: fix reference to kernel commandline enableBaruch Siach1-2/+2
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe2-10/+21
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-3/+3
2018-11-30initramfs: clean old path before creating a hardlinkLi Zhijian1-10/+12
2018-11-30psi: make disabling/enabling easier for vendor kernelsJohannes Weiner1-0/+9
2018-11-30x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Sai Praneeth Prakhya1-4/+0
2018-11-27main: Replace rcu_barrier_sched() with rcu_barrier()Paul E. McKenney1-3/+3
2018-11-26arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli1-0/+17
2018-11-26arch: Make phys_initrd_start and phys_initrd_size global variablesFlorian Fainelli1-0/+3
2018-11-19audit: remove WATCH and TREE config optionsRichard Guy Briggs1-9/+0
2018-11-07block: remove dead elevator codeJens Axboe3-21/+0
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-5/+8
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport1-2/+2
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-3/+3
2018-10-31init/do_mounts.c: add root=PARTLABEL=<name> supportNikolaus Voss1-0/+31
2018-10-26psi: cgroup supportJohannes Weiner1-0/+4
2018-10-26psi: pressure stall information for CPU, memory, and IOJohannes Weiner1-0/+15
2018-10-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2018-10-09init: add arch_call_rest_init to allow stack switchingMartin Schwidefsky1-2/+7
2018-10-02sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot1-0/+5
2018-09-27jump_label: Annotate entries that operate on __init code earlierArd Biesheuvel1-1/+0
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-0/+2
2018-08-24kbuild: test dead code/data elimination support in KconfigMasahiro Yamada1-0/+2
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-80/+31
2018-08-22init/Kconfig: remove EXPERT from CHECKPOINT_RESTOREAdrian Reber1-12/+12
2018-08-22init/main.c: log init process file namePaul Menzel1-0/+1
2018-08-22init/Kconfig: fix its typosRandy Dunlap1-2/+2
2018-08-22init/: remove ineffective sparse disablingLuc Van Oostenryck5-50/+0
2018-08-22init: allow initcall tables to be emitted using relative referencesArd Biesheuvel1-16/+16
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+8
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+2
2018-08-17mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai1-0/+5
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+11
2018-08-15Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-2/+2
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-0/+12
2018-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+14
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2018-08-13Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2018-08-12init: rename and re-order boot_cpu_state_init()Linus Torvalds1-1/+1
2018-08-10tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)1-2/+0
2018-08-09signal: Don't restart fork when signals come in.Eric W. Biederman1-0/+1
2018-08-09init/Kconfig: Use short unix-style option instead of --longnameRob Landley1-2/+2
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig1-0/+1
2018-08-02kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig1-2/+2
2018-08-02kconfig: remove duplicate SWAP symbol defintionsChristoph Hellwig1-1/+8
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)1-1/+4
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman1-1/+1
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman1-5/+6
2018-07-21pids: Initialize leader_pid in init_taskEric W. Biederman1-0/+1
2018-07-20x86/mm/pti: Introduce pti_finalize()Joerg Roedel1-0/+7
2018-07-20sched/clock: Enable sched clock earlyPavel Tatashin1-1/+1
2018-07-20sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin1-2/+2
2018-07-18kbuild: Add build salt to the kernel and modulesLaura Abbott2-0/+12
2018-06-30Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+3
2018-06-28kbuild: reword help of LD_DEAD_CODE_DATA_ELIMINATIONMasahiro Yamada1-4/+3
2018-06-25init/Kconfig: add an option for uncompressed kernelVasily Gorbik1-1/+14
2018-06-14dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig1-4/+0
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-0/+15
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+23
2018-06-08kconfig: add CC_IS_CLANG and CLANG_VERSIONMasahiro Yamada1-0/+7
2018-06-08kconfig: add CC_IS_GCC and GCC_VERSIONMasahiro Yamada1-0/+8
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2018-06-06Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-21/+4
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+27
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers1-0/+23
2018-05-29kconfig: replace $(UNAME_RELEASE) with function callMasahiro Yamada1-2/+2
2018-05-29kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada1-12/+4
2018-05-29kbuild: remove CONFIG_CROSS_COMPILE supportMasahiro Yamada1-9/+0
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-05-25init/main.c: include <linux/mem_encrypt.h>Mathieu Malaterre1-0/+1
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+8
2018-05-18sched/fair: Fix documentation file pathSebastian Andrzej Siewior1-1/+1
2018-05-17kbuild: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selectable if enabledNicholas Piggin1-0/+27
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2018-05-14bpf: enable stackmap with build_id in nmi contextSong Liu1-0/+1
2018-05-14audit: convert sessionid unset to a macroRichard Guy Briggs1-1/+2
2018-05-11init: fix false positives in W+X checkingJeffrey Hugo1-0/+7
2018-05-07Fix typo in comment.Florian La Roche1-1/+1
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+10
2018-04-11seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan1-0/+1
2018-04-11init/ramdisk: use pr_cont() at the end of ramdisk loadingAaro Koskinen1-2/+2
2018-04-11uts: create "struct uts_namespace" from kmem_cacheAlexey Dobriyan1-0/+2
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-17/+67
2018-04-07init: Have initcall_debug still work without CONFIG_TRACEPOINTSSteven Rostedt (VMware)1-2/+26
2018-04-06init, tracing: Have printk come through the trace events for initcall_debugSteven Rostedt (VMware)1-16/+35
2018-04-06init, tracing: Add initcall trace eventsSteven Rostedt (VMware)1-0/+7
2018-04-05Merge tag 'gpio-v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-1/+1
2018-04-05syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscallsDominik Brodowski1-3/+6
2018-04-05syscalls/core: Introduce CONFIG_ARCH_HAS_SYSCALL_WRAPPER=yDominik Brodowski1-0/+7
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-103/+105
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds1-3/+2
2018-04-02kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()Dominik Brodowski1-1/+1
2018-04-02kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_read() helper; remove in-kernel calls to sys_read()Dominik Brodowski2-6/+6
2018-04-02fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()Dominik Brodowski1-4/+4
2018-04-02fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()Dominik Brodowski4-14/+15
2018-04-02fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()Dominik Brodowski1-2/+2
2018-04-02fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski6-14/+14
2018-04-02fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski5-14/+14
2018-04-02fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski1-1/+1
2018-04-02fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersDominik Brodowski1-4/+4
2018-04-02fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel cal...Dominik Brodowski1-1/+2
2018-04-02fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; rem...Dominik Brodowski1-3/+3
2018-04-02fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to...Dominik Brodowski1-1/+1
2018-04-02fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls ...Dominik Brodowski3-3/+3
2018-04-02fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel ca...Dominik Brodowski1-1/+1
2018-04-02fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ...Dominik Brodowski3-4/+4
2018-04-02fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()Dominik Brodowski1-2/+2
2018-04-02fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()Dominik Brodowski4-6/+6
2018-04-02fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Dominik Brodowski2-5/+5
2018-04-02fs: add ksys_write() helper; remove in-kernel calls to sys_write()Dominik Brodowski2-3/+3
2018-04-02fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Dominik Brodowski2-3/+3
2018-04-02fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()Dominik Brodowski2-4/+4
2018-04-02fs: add ksys_umount() helper; remove in-kernel call to sys_umount()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()Dominik Brodowski2-5/+5
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann1-3/+2
2018-03-23init: Fix initcall0 name as it is "pure" not "early"Steven Rostedt (VMware)1-1/+1
2018-03-20jump_label: Disable jump labels in __exit codeJosh Poimboeuf1-1/+1
2018-03-18Merge tag 'v4.16-rc5' into develLinus Walleij1-0/+2
2018-03-09mn10300: Remove the architectureDavid Howells1-1/+1
2018-02-22pc104: Add EXPERT dependency for PC104 Kconfig optionWilliam Breathitt Gray1-1/+1
2018-02-21jump_label: Explicitly disable jump labels in __init codeJosh Poimboeuf1-0/+2
2018-02-05membarrier: Provide core serializing command, *_SYNC_COREMathieu Desnoyers1-0/+3
2018-02-05locking: Introduce sync_core_before_usermode()Mathieu Desnoyers1-0/+3
2018-02-05powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers1-0/+3
2018-01-29Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-9/+163
2018-01-17Expand the INIT_SIGNALS and INIT_SIGHAND macros and removeDavid Howells1-2/+28
2018-01-17Expand various INIT_* macros and removeDavid Howells1-24/+71
2018-01-17Expand INIT_TASK() in init/init_task.c and removeDavid Howells1-2/+83
2018-01-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2018-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+7
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells2-6/+6
2018-01-09bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov1-0/+7
2018-01-08sched/isolation: Make CONFIG_CPU_ISOLATION=y depend on SMP or COMPILE_TESTGeert Uytterhoeven1-0/+1
2017-12-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+5
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2017-12-23x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner1-0/+3
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+2
2017-12-22init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner1-4/+2
2017-12-18sched/isolation: Enable CONFIG_CPU_ISOLATION=y by defaultFrederic Weisbecker1-1/+5
2017-11-27main: kernel_start: move housekeeping_init() before workqueue_init_early()Tal Shorer1-1/+6
2017-11-17EXPERT Kconfig menu: fix broken EXPERT menuRandy Dunlap1-91/+93
2017-11-17initramfs: use time64_t timestampsArnd Bergmann1-5/+5
2017-11-17pid: remove pidhashGargi Sharma1-1/+0
2017-11-17pid: replace pid bitmap implementation with IDR APIGargi Sharma1-1/+1
2017-11-17init/version.c: include <linux/export.h> instead of <linux/module.h>Masahiro Yamada1-1/+1
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-9/+1
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)1-2/+1
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-1/+0
2017-11-15mm: slabinfo: remove CONFIG_SLABINFOYang Shi1-6/+0
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+0
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2017-11-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar9-1/+9
2017-11-07PCI: Move PCI_QUIRKS to the PCI bus menuRandy Dunlap1-9/+0
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar9-1/+9
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-0/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman8-0/+8
2017-10-27sched/isolation: Handle the nohz_full= parameterFrederic Weisbecker1-1/+0
2017-10-27sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_H...Frederic Weisbecker1-0/+8
2017-10-27sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker1-0/+2
2017-10-12init/Kconfig: Fix module signing document locationNathan Chancellor1-1/+1
2017-10-07kbuild: Fix optimization level choice defaultUlf Magnusson1-1/+1
2017-09-27ACPI/init: Invoke early ACPI initialization earlierDou Liyang1-1/+1
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-3/+3
2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2017-09-08init/main.c: extract early boot entropy from the passed cmdlineDaniel Micay1-0/+2
2017-09-08init: move stack canary initialization after setup_archLaura Abbott1-6/+5
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-1/+0
2017-09-06mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko1-1/+1
2017-09-06mm: add SLUB free list pointer obfuscationKees Cook1-0/+9
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+10
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+6
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2017-09-03utimes: Make utimes y2038 safeDeepa Dinamani1-1/+1
2017-08-14debugobjects: Make kmemleak ignore debug objectsWaiman Long1-1/+1
2017-08-10sched/core: Remove unnecessary initialization init_idle_bootup_task()Cheng Jian1-1/+0
2017-08-01futex: Allow for compiling out PI supportNicolas Pitre1-1/+6
2017-07-26percpu: replace area map allocator with bitmapDennis Zhou (Facebook)1-1/+0
2017-07-18x86, swiotlb: Add memory encryption supportTom Lendacky1-0/+10
2017-07-17VFS: Differentiate mount flags (MS_*) from internal superblock flagsDavid Howells1-2/+2
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2017-07-12random: do not ignore early device randomnessKees Cook1-0/+1
2017-07-06mm: allow slab_nomerge to be set at build timeKees Cook1-0/+14