Thomas Meyer a94c33dd1f lib/extable.c: use bsearch() library function in search_extable() 8 years ago
..
bpf 7114f51fcb Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 8 years ago
cgroup 5f155f27cb mm, cpuset: always use seqlock when changing task's nodemask 8 years ago
configs 9e69dd0179 config: android-base: disable CONFIG_NFSD and CONFIG_NFS_FS 8 years ago
debug b17b01533b sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> 8 years ago
events 5518b69b76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 8 years ago
gcov 0538421343 gcov: support GCC 7.1 8 years ago
irq 7cb328c30a Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 8 years ago
livepatch 842c088464 livepatch: Fix stacking of patches with respect to RCU 8 years ago
locking c8b2ba83fb Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 8 years ago
power 61f6d09a93 kernel/power/snapshot.c: use linux/set_memory.h 8 years ago
printk eed1fc8779 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk 8 years ago
rcu 6d48152eaf rcu: Remove RCU CPU stall warnings from Tiny RCU 8 years ago
sched 65a4433aeb sched/fair: Fix load_balance() affinity redo path 8 years ago
time ea3b25e132 Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 8 years ago
trace c3931a87db Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 8 years ago
.gitignore 48dbc164b4 certs: add .gitignore to stop git nagging about x509_certificate_list 10 years ago
Kconfig.freezer dc52ddc0e6 container freezer: implement freezer cgroup subsystem 17 years ago
Kconfig.hz 0a06ff068f kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS 12 years ago
Kconfig.locks a3ea3d9b86 locking/mutex: Allow MUTEX_SPIN_ON_OWNER when DEBUG_MUTEXES 9 years ago
Kconfig.preempt e335e3eb82 locking/kconfig: Simplify INLINE_SPIN_UNLOCK usage 13 years ago
Makefile 692f66f26a crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_CORE 8 years ago
acct.c 32ef5517c2 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> 8 years ago
async.c b4def42724 async: Adjust system_state checks 8 years ago
audit.c 7391786a64 Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/audit 8 years ago
audit.h e4c1a0d15b audit: style fix 8 years ago
audit_fsnotify.c 5133cd7518 Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs 8 years ago
audit_tree.c 5133cd7518 Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs 8 years ago
audit_watch.c 5133cd7518 Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs 8 years ago
auditfilter.c 45a0642b4d audit: kernel generated netlink traffic should have a portid of 0 8 years ago
auditsc.c 7391786a64 Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/audit 8 years ago
backtracetest.c 462b29b856 kernel/backtracetest.c: replace no level printk by pr_info() 11 years ago
bounds.c 9a3f4d85d5 page-cgroup: get rid of NR_PCG_FLAGS 11 years ago
capability.c 19c816e8e4 capability: export has_capability 8 years ago
compat.c c856863988 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 8 years ago
configs.c 7c0f6ba682 Replace <asm/uaccess.h> with <linux/uaccess.h> globally 8 years ago
context_tracking.c ed11a7f1b3 context_tracking: Switch to new static_branch API 9 years ago
cpu.c 9cd4f1a4e7 smp/hotplug: Move unparking of percpu threads to the control CPU 8 years ago
cpu_pm.c 21dd33b09c kernel/cpu_pm: fix cpu_cluster_pm_exit comment 10 years ago
crash_core.c 51dbd92520 ia64: reuse append_elf_note() and final_note() functions 8 years ago
crash_dump.c b3292e88e3 crash_dump: Make is_kdump_kernel() accessible from modules 11 years ago
cred.c af777cd1b8 doc: ReSTify credentials.txt 8 years ago
delayacct.c 32ef5517c2 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> 8 years ago
dma.c 9ffc93f203 Remove all #inclusions of asm/system.h 13 years ago
elfcore.c 506f21c556 switch elf_core_write_extra_phdrs() to dump_emit() 12 years ago
exec_domain.c 9058f3b326 Remove rest of exec domains. 10 years ago
exit.c 634a816095 fix waitid(2) breakage 8 years ago
extable.c a94c33dd1f lib/extable.c: use bsearch() library function in search_extable() 8 years ago
fork.c 4fde846ac0 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 8 years ago
freezer.c a34c80a729 freezer, oom: check TIF_MEMDIE on the correct task 9 years ago
futex.c 650fc870a2 Merge tag 'docs-4.13' of git://git.lwn.net/linux 8 years ago
futex_compat.c 7c0f6ba682 Replace <asm/uaccess.h> with <linux/uaccess.h> globally 8 years ago
groups.c b7b2562f72 kernel/groups.c: use sort library function 8 years ago
hung_task.c 780cbcf287 kernel/hung_task.c: defer showing held locks 8 years ago
irq_work.c 90eec103b9 treewide: Remove old email address 9 years ago
jump_label.c f2545b2d4c jump_label: Reorder hotplug lock and jump_label_lock 8 years ago
kallsyms.c 63b23e2cbc kernel/kallsyms.c: replace all_var with IS_ENABLED(CONFIG_KALLSYMS_ALL) 8 years ago
kcmp.c caaee6234d ptrace: use fsuid, fsgid, effective creds for fs access checks 9 years ago
kcov.c f61e869d51 kcov: simplify interrupt check 8 years ago
kexec.c 43546d8669 kexec: allow architectures to override boot mapping 9 years ago
kexec_core.c c207aee480 objtool, x86: Add several functions and files to the objtool whitelist 8 years ago
kexec_file.c a9bd8dfa53 kimage_file_prepare_segments(): don't open-code memdup_user() 8 years ago
kexec_internal.h 40c50c1fec kexec, x86/purgatory: Unbreak it and clean it up 8 years ago
kmod.c 5c2c5c5514 sched/headers, vfs/execve: Prepare to move the do_execve*() prototypes from <linux/sched.h> to <linux/binfmts.h> 8 years ago
kprobes.c dbf580623d kprobes: Ensure that jprobe probepoints are at function entry 8 years ago
ksysfs.c 9dcdcea114 kernel/ksysfs.c: constify attribute_group structures. 8 years ago
kthread.c 77f88796ce cgroup, kthread: close race window where new kthreads can be migrated to non-root cgroups 8 years ago
latencytop.c 3905f9ad45 sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() from <linux/sched.h> to <linux/sched/stat.h> 8 years ago
membarrier.c 907565337e Fix: Disable sys_membarrier when nohz_full is enabled 8 years ago
memremap.c 3d79a728f9 mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory 8 years ago
module-internal.h b56e5a17b6 KEYS: Separate the kernel signature checking keyring from module signing 12 years ago
module.c a94c33dd1f lib/extable.c: use bsearch() library function in search_extable() 8 years ago
module_signing.c a511e1af8b KEYS: Move the point of trust determination to __key_link() 9 years ago
notifier.c 3e6daded1f kernel/notifier.c: simplify expression 8 years ago
nsproxy.c e422267322 perf: Add PERF_RECORD_NAMESPACES to include namespaces related info 8 years ago
padata.c c5a81c8ff8 padata: Avoid nested calls to cpus_read_lock() in pcrypt_init_padata() 8 years ago
panic.c b17b01533b sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> 8 years ago
params.c f51b17c8d9 boot/param: Move next_arg() function to lib/cmdline.c for later reuse 8 years ago
pid.c 3d375d7859 mm: update callers to use HASH_ZERO flag 8 years ago
pid_namespace.c b9a985db98 pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processes 8 years ago
profile.c 3905f9ad45 sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() from <linux/sched.h> to <linux/sched/stat.h> 8 years ago
ptrace.c c70d9d809f ptrace: Properly initialize ptracer_cred on fork 8 years ago
range.c fc7f0dd381 kernel: avoid overflow in cmp_range 10 years ago
reboot.c 2965faa5e0 kexec: split kexec_load syscall from kexec core code 10 years ago
relay.c da7b66ffb2 Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 8 years ago
resource.c 51d7b12041 /proc/iomem: only expose physical resource addresses to privileged users 9 years ago
seccomp.c 0b5fa22906 seccomp: Switch from atomic_t to recount_t 8 years ago
signal.c c856863988 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 8 years ago
smp.c 6c8557bdb2 smp, cpumask: Use non-atomic cpumask_{set,clear}_cpu() 8 years ago
smpboot.c 299300258d sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> 8 years ago
smpboot.h 4cb28ced23 cpu/hotplug: Create hotplug threads 9 years ago
softirq.c 717a94b5fc sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current_restore_flags() 8 years ago
stacktrace.c af085d9084 stacktrace/x86: add function for detecting reliable stack traces 8 years ago
stop_machine.c fe5595c074 stop_machine: Provide stop_machine_cpuslocked() 8 years ago
sys.c 1860033237 mm: make PR_SET_THP_DISABLE immediately active 8 years ago
sys_ni.c c00d2c7e89 move aio compat to fs/aio.c 8 years ago
sysctl.c 63259457a2 proc/sysctl: fix the int overflow for jiffies conversion 8 years ago
sysctl_binary.c 680895d6ef sysctl: switch to use uuid_t 8 years ago
task_work.c 61e96496d3 task_work: use READ_ONCE/lockless_dereference, avoid pi_lock if !task_works 9 years ago
taskstats.c 8c733420bd taskstats: add e/u/stime for TGID command 8 years ago
test_kprobes.c 4878b14b43 kernel/test_kprobes.c: use current logging functions 11 years ago
torture.c e601757102 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> 8 years ago
tracepoint.c 299300258d sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> 8 years ago
tsacct.c 32ef5517c2 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> 8 years ago
ucount.c 040757f738 ucount: Remove the atomicity from ucount->count 8 years ago
uid16.c 5b825c3af1 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> 8 years ago
up.c df8ce9d78a smp: Add function to execute a function synchronously on a CPU 9 years ago
user-return-notifier.c 4a32fea9d7 scheduler: Replace __get_cpu_var with this_cpu_ptr 11 years ago
user.c 8703e8a465 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h> 8 years ago
user_namespace.c 3f07c01441 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> 8 years ago
utsname.c f719ff9bce sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h> 8 years ago
utsname_sysctl.c cd9c513be3 sched/headers: Remove <linux/rwsem.h> from <linux/sched.h> 8 years ago
watchdog.c b17b01533b sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> 8 years ago
watchdog_hld.c b17b01533b sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> 8 years ago
workqueue.c ac6424b981 sched/wait: Rename wait_queue_t => wait_queue_entry_t 8 years ago
workqueue_internal.h 9b7f6597f0 sched/core: Get rid of 'cpu' argument in wq_worker_sleeping() 9 years ago