aboutsummaryrefslogtreecommitdiffstats
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2016-04-01Make CONFIG_FHANDLE default yAndi Kleen1-1/+2
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-2/+2
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+1
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+23
2016-03-15kallsyms: add support for relative offsets in kallsyms address tableArd Biesheuvel1-0/+18
2016-03-15x86: kallsyms: disable absolute percpu symbols on !SMPArd Biesheuvel1-0/+4
2016-03-15init/main.c: use list_for_each_entry()Geliang Tang1-3/+1
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-15/+1
2016-03-14Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+23
2016-03-05cgroup: Trivial correction to reflect controller.Parav Pandit1-2/+2
2016-03-03akcipher: Move the RSA DER encoding check to the crypto layerDavid Howells1-1/+1
2016-03-01cpu/hotplug: Unpark smpboot threads from the state machineThomas Gleixner1-1/+0
2016-03-01cpu/hotplug: Convert to a state machine for the control processorThomas Gleixner1-14/+1
2016-02-22mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel ...Kees Cook1-4/+23
2016-02-09locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin1-5/+0
2016-01-20mm: memcontrol: rein in the CONFIG space madnessJohannes Weiner1-18/+3
2016-01-20mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEMJohannes Weiner1-1/+9
2016-01-20init/do_mounts: initrd_load() can be booleanYaowei Bai2-5/+5
2016-01-20init/main.c: obsolete_checksetup can be booleanYaowei Bai1-5/+5
2016-01-17Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-8/+3
2016-01-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-01-17Merge tag 'docs-4.5' of git://git.lwn.net/linuxLinus Torvalds1-7/+0
2016-01-16uselib: default depending if libc5 was usedRiku Voipio1-1/+1
2016-01-13audit: always enable syscall auditing when supported and audit is enabledPaul Moore1-8/+3
2016-01-12Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-127/+114
2016-01-06Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-0/+2
2015-12-26init, Documentation: Remove ramdisk_blocksize mentionsRobert Elliott1-7/+0
2015-12-18cgroup: put controller Kconfig options in meaningful orderJohannes Weiner1-107/+107
2015-12-18cgroup: clean up the kernel configuration menu nomenclatureJohannes Weiner1-39/+26
2015-12-12kernel: remove stop_machine() Kconfig dependencyChris Wilson1-7/+0
2015-12-04rcu: Wire up rcu_end_inkernel_boot()Paul E. McKenney1-0/+2
2015-09-11sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers1-0/+12
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-2/+2
2015-09-10kmod: use system_unbound_wq instead of khelperFrederic Weisbecker1-1/+0
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-19/+21
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2015-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+18
2015-09-04mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman1-0/+10
2015-09-04userfaultfd: buildsystem activationAndrea Arcangeli1-0/+11
2015-09-02Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-0/+16
2015-08-15percpu-rwsem: kill CONFIG_PERCPU_RWSEMOleg Nesterov1-1/+0
2015-08-14Move certificate handling to its own directoryDavid Howells1-39/+0
2015-08-12sign-file: Document dependency on OpenSSL devel librariesDavid Howells1-0/+4
2015-08-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-9/+1
2015-08-07modsign: Add explicit CONFIG_SYSTEM_TRUSTED_KEYS optionDavid Woodhouse1-0/+13
2015-08-07modsign: Use single PEM file for autogenerated keyDavid Woodhouse1-2/+2
2015-08-07modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if neededDavid Woodhouse1-4/+4
2015-08-07modsign: Allow external signing key to be specifiedDavid Woodhouse1-0/+14
2015-08-07MODSIGN: Extract the blob PKCS#7 signature verifier from module signingDavid Howells1-10/+19
2015-08-07MODSIGN: Use PKCS#7 messages as module signaturesDavid Howells1-0/+1
2015-08-07fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman1-1/+1
2015-07-22rcu: Hide RCU_NOCB_CPU behind RCU_EXPERTPaul E. McKenney1-0/+1
2015-07-14cgroup: implement the PIDs subsystemAleksa Sarai1-0/+16
2015-07-06rcu: Drop RCU_USER_QS in favor of NO_HZ_FULLPaul E. McKenney1-9/+0
2015-07-04Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2015-07-04Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2015-07-04sched/stat: Simplify the sched_info accounting dependencyNaveen N. Rao1-0/+1
2015-07-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+2
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-15/+14
2015-07-01printk: Increase maximum CONFIG_LOG_BUF_SHIFT from 21 to 25Ingo Molnar1-1/+1
2015-06-30mm: meminit: finish initialisation of struct pages before basic setupMel Gorman1-0/+2
2015-06-26Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-0/+1
2015-06-26Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-10/+15
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+8
2015-06-25init/do_mounts.c: add create_dev() failure logVishnu Pratap Singh1-2/+7
2015-06-25fs, proc: introduce CONFIG_PROC_CHILDRENIago López Galeiras1-0/+1
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+5
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2015-06-23modules: clarify CONFIG_MODULE_COMPRESS help, suggest 'N'.Rusty Russell1-15/+10
2015-06-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2015-06-10ACPI / init: Switch over platform to the ACPI mode laterRafael J. Wysocki1-0/+1
2015-06-02writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACKTejun Heo1-0/+5
2015-05-28module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACINGPeter Zijlstra1-0/+4
2015-05-27rcu: Remove prompt for RCU implementationPranith Kumar1-12/+6
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_KTHREAD_PRIOPaul E. McKenney1-0/+1
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAFPaul E. McKenney1-1/+1
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUTPaul E. McKenney1-1/+1
2015-05-27rcu: Break dependency of RCU_FANOUT_LEAF on RCU_FANOUTPaul E. McKenney1-2/+2
2015-05-27rcu: Create RCU_EXPERT Kconfig and hide booleans behind itPaul E. McKenney1-2/+17
2015-05-27rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameterPaul E. McKenney1-14/+0
2015-05-27rcu: Directly drive RCU_USER_QS from KconfigPaul E. McKenney1-9/+1
2015-05-27rcu: Directly drive TASKS_RCU from KconfigPaul E. McKenney1-3/+1
2015-05-27Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar1-2/+3
2015-05-26sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo1-0/+1
2015-05-20module: add extra argument for parse_params() callbackLuis R. Rodriguez1-10/+15
2015-05-08perf_event: Don't allow vmalloc() backed perf on powerpcMichael Ellerman1-1/+1
2015-05-05init: fix regression by supporting devices with major:minor:offset formatChen Yu1-2/+3
2015-04-18Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Linus Torvalds1-6/+0
2015-04-18Merge tag 'dm-4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-2/+4
2015-04-17kernel/fork.c: new function for max_threadsHeinrich Schuchardt1-2/+2
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda1-1/+18
2015-04-15init: stricter checking of major:minor root= valuesDan Ehrenberg1-1/+2
2015-04-15init: export name_to_dev_t and mark name argument as constDan Ehrenberg1-1/+2
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+2
2015-04-14lib/ioremap.c: add huge I/O map capability interfacesToshi Kani1-0/+2
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2015-04-14Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+14
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-04-13cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney1-0/+1
2015-04-11Documentation/memcg: update memcg/kmem statusVladimir Davydov1-6/+0
2015-04-02bpf: Fix the build on BPF_SYSCALL=y && !CONFIG_TRACING kernels, make it more ...Ingo Molnar1-1/+1
2015-03-06init/main: fix reset_device commentFrans Klaver1-1/+1
2015-03-05cpuset: initialize cpuset a bit earlyZefan Li1-1/+1
2015-02-26rcu: Add Kconfig option to expedite grace periods during bootPaul E. McKenney1-0/+13
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-2/+2
2015-02-19Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds1-2/+2
2015-02-13init: remove CONFIG_INIT_FALLBACKAndy Lutomirski2-21/+0
2015-02-09Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-13/+0
2015-01-22init: Get rid of x86ismsThomas Gleixner1-13/+0
2015-01-15Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney1-5/+13
2015-01-15rcu: Optionally run grace-period kthreads at real-time priorityPaul E. McKenney1-3/+4
2015-01-08kbuild: trivial - fix the help doc of CONFIG_CC_OPTIMIZE_FOR_SIZEMasahiro Yamada1-2/+2
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger1-2/+2
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar1-0/+9
2015-01-06rcu: Remove "select IRQ_WORK" from config TREE_RCULai Jiangshan1-2/+0
2014-12-17init: fix read-write root mountMiklos Szeredi1-2/+4
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-1/+6
2014-12-16Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-0/+4
2014-12-15tracing: Move enabling tracepoints to just after rcu_init()Steven Rostedt (Red Hat)1-0/+4
2014-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+5
2014-12-13mm/page_ext: resurrect struct page extending code for debuggingJoonsoo Kim1-0/+7
2014-12-10Merge branch 'nsfs' into for-nextAl Viro2-1/+6
2014-12-10take the targets of /proc/*/ns/* symlinks to separate fsAl Viro1-0/+2
2014-12-10init: allow CONFIG_INIT_FALLBACK=n to disable defaults if init= failsAndy Lutomirski2-1/+22
2014-12-10mm: move page->mem_cgroup bad page handling into generic codeJohannes Weiner1-12/+0
2014-12-10mm: embed the memcg pointer directly into struct pageJohannes Weiner1-7/+0
2014-12-10mm/numa balancing: rearrange Kconfig entryAneesh Kumar K.V1-8/+8
2014-12-10kernel: res_counter: remove the unused APIJohannes Weiner1-6/+0
2014-12-10mm: hugetlb_cgroup: convert to lockless page countersJohannes Weiner1-1/+2
2014-12-10mm: memcontrol: lockless page countersJohannes Weiner1-1/+4
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro1-0/+3
2014-12-04common object embedded into various struct ....nsAl Viro1-1/+1
2014-11-20Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar1-28/+21
2014-11-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris1-1/+5
2014-11-17integrity: provide a hook to load keys when rootfs is readyDmitry Kasatkin1-1/+5
2014-11-11param: fix crash on bad kernel argumentsDaniel Thompson1-1/+1
2014-10-29rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar1-14/+8
2014-10-29rcu: Unify boost and kthread prioritiesClark Williams1-11/+12
2014-10-28init/Kconfig: move RCU_NOCB_CPU dependencies to choiceStefan Hengelein1-3/+1
2014-10-27bpf: split eBPF out of NETAlexei Starovoitov1-0/+14
2014-10-14kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h>Geert Uytterhoeven1-2/+0
2014-10-14init/initramfs.c: resolve shadow warningsMark Rustad1-17/+17
2014-10-14printk: don't bother using LOG_CPU_MAX_BUF_SHIFT on !SMPGeert Uytterhoeven1-0/+1
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2014-10-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+13
2014-10-09mm: remove misleading ARCH_USES_NUMA_PROT_NONEMel Gorman1-11/+0
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+2
2014-10-07Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+43
2014-10-07Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...Linus Torvalds1-0/+10
2014-10-04Merge tag 'tiny/kconfig-for-3.17' of https://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2014-10-03init/Kconfig: Fix HAVE_FUTEX_CMPXCHG to not break up the EXPERT menuJosh Triplett1-0/+1
2014-10-03init/Kconfig: Hide printk log config if CONFIG_PRINTK=nJosh Triplett1-0/+2
2014-09-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2-2/+13
2014-09-19init/main.c: Give init_task a canaryAaron Tomlin1-0/+1
2014-09-17Revert "init: make rootdelay=N consistent with rootwait behaviour"Paul Gortmaker1-6/+6
2014-09-16Merge branch 'rcu-tasks.2014.09.10a' into HEADPaul E. McKenney1-0/+10
2014-09-16rcu: Fix attempt to avoid unsolicited offloading of callbacksPaul E. McKenney2-2/+3
2014-09-13nohz: Move nohz full init call to tick initFrederic Weisbecker1-1/+0
2014-09-07rcu: Add call_rcu_tasks()Paul E. McKenney1-0/+10
2014-08-28init/do_mounts: better syntax descriptionPavel Machek1-1/+2
2014-08-27kbuild: handle module compression while running 'make modules_install'.Bertrand Jacquin1-0/+43
2014-08-26mm: Fix CROSS_MEMORY_ATTACH help text grammarGeert Uytterhoeven1-1/+1
2014-08-17mm: Support compiling out madvise and fadviseJosh Triplett1-0/+10
2014-08-14mm: fix CROSS_MEMORY_ATTACH help text grammarGeert Uytterhoeven1-1/+1
2014-08-08Merge branch 'akpm' (second patchbomb from Andrew Morton)Linus Torvalds5-37/+73
2014-08-08kernel: build bin2c based on config option CONFIG_BUILD_BIN2CVivek Goyal1-0/+5
2014-08-08init/main.c: code clean-upFabian Frederick1-11/+12
2014-08-08initramfs: add write error checksDavid Engraf1-2/+4
2014-08-08initramfs: support initramfs that is bigger than 2GiBYinghai Lu2-16/+16
2014-08-08initramfs: support initrd that is bigger than 2GiBYinghai Lu1-4/+32
2014-08-08init: make rootdelay=N consistent with rootwait behaviourPaul Gortmaker1-6/+6
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-0/+11
2014-08-06printk: allow increasing the ring buffer depending on the number of CPUsLuis R. Rodriguez1-4/+42
2014-07-09Merge branches 'doc.2014.07.08a', 'fixes.2014.07.09a', 'maintainers.2014.07.0...Paul E. McKenney1-3/+3
2014-07-09rcu: Handle obsolete references to TINY_PREEMPT_RCUPaul E. McKenney1-1/+1
2014-07-07rcu: Don't offload callbacks unless specifically requestedPaul E. McKenney1-2/+2
2014-06-16kernel: add calibration_delay_done()Peter De Schrijver1-0/+11
2014-06-11Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+29
2014-06-05Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+4
2014-06-04init/main.c: remove an ifdefAndrew Morton1-2/+0
2014-06-04kthreads: kill CLONE_KERNEL, change kernel_thread(kernel_init) to avoid CLONE...Oleg Nesterov1-1/+1
2014-06-04init/main.c: add initcall_blacklist kernel parameterPrarit Bhargava1-0/+68
2014-06-04init/main.c: don't use pr_debug()Andrew Morton1-2/+2
2014-06-04kernel/printk: use symbolic defines for console loglevelsBorislav Petkov1-2/+2
2014-06-04sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick1-0/+10
2014-06-04mm/process_vm_access: move config option into init/KconfigKonstantin Khlebnikov1-0/+10
2014-06-04memcg: kill start_kernel()->mm_init_owner(&init_mm)Oleg Nesterov1-1/+0
2014-06-04memcg: kill CONFIG_MM_OWNEROleg Nesterov1-7/+0
2014-06-04Documentation/memcg: warn about incomplete kmemcg stateVladimir Davydov1-0/+6
2014-05-21Merge commit '7ed6fb9b5a5510e4ef78ab27419184741169978a' into x86/espfixH. Peter Anvin1-1/+1
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen1-1/+1
2014-05-04x86, espfix: Make espfix64 a Kconfig option, fix UMLH. Peter Anvin1-1/+1
2014-04-30x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin1-0/+4
2014-04-28param: hand arguments after -- straight to initRusty Russell1-4/+29
2014-04-18init/Kconfig: move the trusted keyring config option to general setupPeter Foley1-12/+12
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-1/+4
2014-04-07initramfs: debug detected compression methodDaniel M. Weeks1-0/+1
2014-04-07kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTJosh Triplett1-0/+1
2014-04-03Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2-2/+22