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