Linus Torvalds 54d1ae492f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux 12 years ago
..
debug 6c536a17fa Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb 12 years ago
events 0d855354ea perf, powerpc: Fix hw breakpoints returning -ENOSPC 12 years ago
gcov 947be5dfda gcov: disable CONSTRUCTORS for UML 14 years ago
irq 2854d167cc irqdomain: augment add_simple() to allocate descs 12 years ago
power 87a2337abd Merge branch 'pm-qos' 12 years ago
sched fd8ef11730 Revert "sched, autogroup: Stop going ahead if autogroup is disabled" 12 years ago
time 03d3602a83 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 12 years ago
trace ef8ff74ed8 Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent 12 years ago
.gitignore c1cb795338 Update kernel/.gitignore with new auto-generated files 17 years ago
Kconfig.freezer dc52ddc0e6 container freezer: implement freezer cgroup subsystem 16 years ago
Kconfig.hz 94f5655988 sched: fix SCHED_HRTICK dependency 17 years ago
Kconfig.locks 4fe84fb8c6 locking: Adjust spin lock inlining Kconfig options 12 years ago
Kconfig.preempt e335e3eb82 locking/kconfig: Simplify INLINE_SPIN_UNLOCK usage 13 years ago
Makefile 2008713c71 Makefile: Documentation for external tool should be correct 12 years ago
acct.c 669abf4e55 vfs: make path_openat take a struct filename pointer 12 years ago
async.c a4683487f9 [SCSI] async: make async_synchronize_full() flush all work regardless of domain 13 years ago
audit.c d1c7d97ad5 fs: handle failed audit_log_start properly 12 years ago
audit.h e3d6b07b8b audit: optimize audit_compare_dname_path 12 years ago
audit_tree.c b3e8692b4d audit: clean up refcounting in audit-tree 13 years ago
audit_watch.c e3d6b07b8b audit: optimize audit_compare_dname_path 12 years ago
auditfilter.c e3d6b07b8b audit: optimize audit_compare_dname_path 12 years ago
auditsc.c adb5c2473d audit: make audit_inode take struct filename 12 years ago
backtracetest.c 4e6a0535dd backtrace: replace timer with tasklet + completions 17 years ago
bounds.c 6b3ae58efc memcg: remove direct page_cgroup-to-page pointer 14 years ago
capability.c 65cc5a17ad userns: Teach inode_capable to understand inodes whose uids map to other namespaces. 13 years ago
cgroup.c d878383211 Revert "cgroup: Remove task_lock() from cgroup_post_fork()" 12 years ago
cgroup_freezer.c 8c7f6edbda cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for them 12 years ago
compat.c 68f3f16d9a new helper: sigsuspend() 13 years ago
configs.c 626a031251 kernel/configs.c: include MODULE_*() when CONFIG_IKCONFIG_PROC=n 14 years ago
cpu.c 075663d198 CPU hotplug, debug: detect imbalance between get_online_cpus() and put_online_cpus() 12 years ago
cpu_pm.c d84970bbaf kernel/cpu_pm.c: fix various typos 13 years ago
cpuset.c a1cd2b13f7 cpusets: Remove/update outdated comments 13 years ago
crash_dump.c 32aaeffbd4 Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 13 years ago
cred.c c9235f4872 userns: Make credential debugging user namespace safe. 13 years ago
delayacct.c c9aaa8957f KVM: Steal time implementation 14 years ago
dma.c 9ffc93f203 Remove all #inclusions of asm/system.h 13 years ago
elfcore.c 8d9032bbe4 elf coredump: add extended numbering support 15 years ago
exec_domain.c 2ee7c922f2 sys_personality: remove the bogus checks in sys_personality()->__set_personality() path 15 years ago
exit.c aab174f0df Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 12 years ago
extable.c d219e2e86a extable: Skip sorting if sorted at build time. 13 years ago
fork.c 42859eea96 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal 12 years ago
freezer.c 37f08be11b PM / Freezer: Remove references to TIF_FREEZE in comments 13 years ago
futex.c aa10990e02 futex: avoid wake_futex() for a PI futex_q 12 years ago
futex_compat.c ec0c4274e3 futex: Mark get_robust_list as deprecated 13 years ago
groups.c 72cda3d1ef userns: Convert in_group_p and in_egroup_p to use kgid_t 13 years ago
hrtimer.c 5baefd6d84 hrtimer: Update hrtimer base offsets each hrtimer_interrupt 13 years ago
hung_task.c 625056b65e hung task debugging: Inject NMI when hung and going to panic 13 years ago
irq_work.c ef1f098254 irq_work: fix compile failure on tile from missing include 13 years ago
itimer.c 9886f44412 itimer: Use printk_once instead of WARN_ONCE 13 years ago
jump_label.c a181dc14ed jump_label: Export jump_label_rate_limit() 13 years ago
kallsyms.c 4796dd200d vsprintf: fix %ps on non symbols when using kallsyms 13 years ago
kcmp.c d97b46a646 syscalls, x86: add __NR_kcmp syscall 13 years ago
kexec.c de4ec99c32 kdump: remove unneeded include 12 years ago
kfifo.c 30059d93b0 [media] kernel:kfifo: export __kfifo_max_r symbol 13 years ago
kmod.c a74fb73c12 infrastructure for saner ret_from_kernel_thread semantics 12 years ago
kprobes.c c6aaf4d0bb kprobes/x86: Fix to support jprobes on ftrace-based kprobe 12 years ago
ksysfs.c 1596425fd7 kernel: ksysfs.c is implicitly using stat.h 13 years ago
kthread.c 4e21fc138b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal 12 years ago
latencytop.c 9984de1a5a kernel: Map most files to use export.h instead of module.h 13 years ago
lglock.c eea62f831b brlocks/lglocks: turn into functions 13 years ago
lockdep.c d094595078 lockdep: Check if nested lock is actually held 12 years ago
lockdep_internals.h 54d47a2be5 lockdep: No need to disable preemption in debug atomic ops 15 years ago
lockdep_proc.c 9984de1a5a kernel: Map most files to use export.h instead of module.h 13 years ago
lockdep_states.h 9851673bc3 lockdep: move state bit definitions around 16 years ago
modsign_pubkey.c 84ecfd15f5 modsign: add symbol prefix to certificate list 12 years ago
module-internal.h caabe24057 MODSIGN: Move the magic string to the end of a module and eliminate the search 12 years ago
module.c 59ef28b1f1 module: fix out-by-one error in kallsyms 12 years ago
module_signing.c 12e130b045 MODSIGN: Don't use enum-type bitfields in module signature info block 12 years ago
mutex-debug.c 9984de1a5a kernel: Map most files to use export.h instead of module.h 13 years ago
mutex-debug.h c6eb3dda25 mutex: Use p->on_cpu for the adaptive spin 14 years ago
mutex.c bd2f55361f sched/rt: Use schedule_preempt_disabled() 13 years ago
mutex.h c6eb3dda25 mutex: Use p->on_cpu for the adaptive spin 14 years ago
notifier.c 9984de1a5a kernel: Map most files to use export.h instead of module.h 13 years ago
nsproxy.c 9984de1a5a kernel: Map most files to use export.h instead of module.h 13 years ago
padata.c 9612090527 padata: Fix cpu hotplug 13 years ago
panic.c 190320c3b6 panic: fix a possible deadlock in panic() 13 years ago
params.c b5f3abf950 params: replace printk(KERN_<LVL>...) with pr_<lvl>(...) 13 years ago
pid.c 4f82f45730 net ip6 flowlabel: Make owner a union of struct pid * and kuid_t 13 years ago
pid_namespace.c f230250577 pidns: limit the nesting depth of pid namespaces 12 years ago
posix-cpu-timers.c 648616343c [S390] cputime: add sparse checking and cleanup 13 years ago
posix-timers.c 9984de1a5a kernel: Map most files to use export.h instead of module.h 13 years ago
printk.c 85eae82a08 printk: Fix scheduling-while-atomic problem in console_cpu_notify() 12 years ago
profile.c 9984de1a5a kernel: Map most files to use export.h instead of module.h 13 years ago
ptrace.c 9f99798ff4 ptrace: mark __ptrace_may_access() static 13 years ago
range.c 9a41845513 range: fix bogus misuse of module.h to get printk() 13 years ago
rcu.h 29e37d8141 rcu: Allow nesting of rcu_idle_enter() and rcu_idle_exit() 13 years ago
rcupdate.c e3ebfb96f3 rcu: Add PROVE_RCU_DELAY to provoke difficult races 12 years ago
rcutiny.c 22a767269a rcu: Move TINY_RCU quiescent state out of extended quiescent state 12 years ago
rcutiny_plugin.h 7a11e2058f rcu: Move TINY_PREEMPT_RCU away from raw_local_irq_save() 12 years ago
rcutorture.c 60f53782c5 rcu: Prevent initialization race in rcutorture kthreads 12 years ago
rcutree.c a4fbe35a12 rcu: Grace-period initialization excludes only RCU notifier 12 years ago
rcutree.h a4fbe35a12 rcu: Grace-period initialization excludes only RCU notifier 12 years ago
rcutree_plugin.h 9a0c6fef42 rcu: Make RCU_FAST_NO_HZ handle adaptive ticks 12 years ago
rcutree_trace.c 5217192b85 Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25b 12 years ago
relay.c 047fe36052 splice: fix racy pipe->buffers uses 13 years ago
res_counter.c 2bb2ba9d51 rescounters: add res_counter_uncharge_until() 13 years ago
resource.c 4965f5667f kernel/resource.c: fix stack overflow in __reserve_region_with_split() 12 years ago
rtmutex-debug.c fbdc4b9a6c lockdep, rtmutex, bug: Show taint flags on error 13 years ago
rtmutex-debug.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 years ago
rtmutex-tester.c 997d3eaf02 rtmutex-tester: convert sysdev_class to a regular subsystem 13 years ago
rtmutex.c 70321d447a Revert "rcu: Permit rt_mutex_unlock() with irqs disabled" 13 years ago
rtmutex.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 years ago
rtmutex_common.h 8161239a8b rtmutex: Simplify PI algorithm and make highest prio task get lock 14 years ago
rwsem.c 9ffc93f203 Remove all #inclusions of asm/system.h 13 years ago
seccomp.c 8156b451f3 seccomp: fix build warnings when there is no CONFIG_SECCOMP_FILTER 13 years ago
semaphore.c f7232f0808 semaphore: fix improper comment reference to mutex 13 years ago
signal.c 5ab1c309b3 coredump: pass siginfo_t* to do_coredump() and below, not merely signr 12 years ago
smp.c 8feb8e896d smp: Remove ipi_call_lock[_irq]()/ipi_call_unlock[_irq]() 13 years ago
smpboot.c 3180d89b47 hotplug: Fix UP bug in smpboot hotplug code 13 years ago
smpboot.h f97f8f06a4 smpboot: Provide infrastructure for percpu hotplug threads 13 years ago
softirq.c 0b981cb94b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 12 years ago
spinlock.c e335e3eb82 locking/kconfig: Simplify INLINE_SPIN_UNLOCK usage 13 years ago
srcu.c 3b07e9ca26 workqueue: deprecate system_nrt[_freezable]_wq 13 years ago
stacktrace.c 9984de1a5a kernel: Map most files to use export.h instead of module.h 13 years ago
stop_machine.c 32aaeffbd4 Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 13 years ago
sys.c 31fd84b95e use clamp_t in UNAME26 fix 12 years ago
sys_ni.c d97b46a646 syscalls, x86: add __NR_kcmp syscall 13 years ago
sysctl.c 7ac57a89de Kconfig: clean up the "#if defined(arch)" list for exception-trace sysctl entry 12 years ago
sysctl_binary.c 3965c9ae47 mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threads 13 years ago
task_work.c 9da33de624 task_work: task_work_add() should not succeed after exit_task_work() 12 years ago
taskstats.c 0324b5a450 taskstats: cgroupstats_user_cmd() may leak on error 12 years ago
test_kprobes.c fd02e6f7ae kprobes: Fix selftest to clear flags field for reusing probes 14 years ago
time.c 189374aed6 time: Move update_vsyscall definitions to timekeeper_internal.h 12 years ago
timeconst.pl b9095fd8a7 Make constants in kernel/timeconst.h fixed 64 bits 17 years ago
timer.c 26cff4e2aa timers: Fix endless looping between cascade() and internal_add_timer() 12 years ago
tracepoint.c c5905afb0e static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() 13 years ago
tsacct.c 4bd6e32ace userns: Convert taskstats to handle the user and pid namespaces. 12 years ago
uid16.c a29c33f4e5 userns: Convert setting and getting uid and gid system calls to use kuid and kgid 13 years ago
up.c 9984de1a5a kernel: Map most files to use export.h instead of module.h 13 years ago
user-return-notifier.c 9984de1a5a kernel: Map most files to use export.h instead of module.h 13 years ago
user.c f76d207a66 userns: Add kprojid_t and associated infrastructure in projid.h 12 years ago
user_namespace.c f76d207a66 userns: Add kprojid_t and associated infrastructure in projid.h 12 years ago
utsname.c c4a4d60379 userns: Use cred->user_ns instead of cred->user->user_ns 13 years ago
utsname_sysctl.c 32aaeffbd4 Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 13 years ago
wait.c f07fdec50a lockdep/waitqueues: Add better annotation 13 years ago
watchdog.c 8d4516904b watchdog: Fix CPU hotplug regression 12 years ago
workqueue.c fc4b514f27 workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()s 12 years ago
workqueue_sched.h e22bee782b workqueue: implement concurrency managed dynamic worker pool 15 years ago