Linus Torvalds 5e123e5d9b Merge branch 'kgdb-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb пре 15 година
..
gcov 1f74b1f7e5 microblaze: Enable GCOV_PROFILE_ALL пре 16 година
irq 309d1dcb5b Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip пре 15 година
power 5a7aadfe2f Freezer: Fix buggy resume test for tasks frozen with cgroup freezer пре 15 година
time 830ec0458c time: Fix accumulation bug triggered by long delay. пре 15 година
trace 833961d81f Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip пре 15 година
.gitignore c1cb795338 Update kernel/.gitignore with new auto-generated files пре 18 година
Kconfig.freezer dc52ddc0e6 container freezer: implement freezer cgroup subsystem пре 17 година
Kconfig.hz 94f5655988 sched: fix SCHED_HRTICK dependency пре 17 година
Kconfig.locks c02260277e mutex: Better control mutex adaptive spinning config пре 16 година
Kconfig.preempt 12d79bafb7 rcu: provide RCU options on non-preempt architectures too пре 17 година
Makefile 1fcccbac89 elf coredump: replace ELF_CORE_EXTRA_* macros by functions пре 15 година
acct.c 4dd66e69d4 copy_signal() cleanup: kill taskstats_tgid_init() and acct_init_pacct() пре 15 година
async.c 3af968e066 async: Fix lack of boot-time console due to insufficient synchronization пре 16 година
audit.c c9404c9c39 Fix misspelling of "should" and "shouldn't" in comments. пре 16 година
audit.h 916d75761c Fix rule eviction order for AUDIT_DIR пре 16 година
audit_tree.c 1f707137b5 new helper: iterate_mounts() пре 16 година
audit_watch.c e08b061ec0 Audit: reorganize struct audit_watch to save 8 bytes пре 16 година
auditfilter.c 9d96098510 Audit: clean up all op= output to include string quoting пре 16 година
auditsc.c cccc6bba3f Lose the first argument of audit_inode_child() пре 16 година
backtracetest.c 4e6a0535dd backtrace: replace timer with tasklet + completions пре 17 година
bounds.c 01fc0ac198 kbuild: move bounds.h to include/generated пре 16 година
capability.c 86fc80f16e capabilities: Use RCU to protect task lookup in sys_capget пре 16 година
cgroup.c 9d34706f42 cgroups: remove duplicate include пре 15 година
cgroup_freezer.c 5a7aadfe2f Freezer: Fix buggy resume test for tasks frozen with cgroup freezer пре 15 година
compat.c 62ab4505e3 signals: implement sys_rt_tgsigqueueinfo пре 16 година
configs.c c3b9f5afc7 kernel/configs.c: remove useless comments пре 17 година
cpu.c 87d5e0236d kernel/cpu.c: delete deprecated definition in cpu_up() пре 15 година
cpuset.c 53feb29767 cpuset: alloc nodemask_t on the heap rather than the stack пре 15 година
cred-internals.h d84f4f992c CRED: Inaugurate COW credentials пре 17 година
cred.c 570b8fb505 CRED: Fix memory leak in error handling пре 15 година
delayacct.c 6952b61de9 headers: taskstats_kern.h trim пре 16 година
dma.c d9f3216b47 kernel/dma.c: remove a CVS keyword пре 17 година
early_res.c eed63519e3 x86: Do not free zero sized per cpu areas пре 15 година
elfcore.c 8d9032bbe4 elf coredump: add extended numbering support пре 15 година
exec_domain.c 5ad4e53bd5 Get rid of indirect include of fs_struct.h пре 16 година
exit.c 4e3eaddd14 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip пре 15 година
extable.c 714f83d5d9 Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip пре 16 година
fork.c 4e3eaddd14 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip пре 15 година
freezer.c 6301cb95c1 sched: fix nr_uninterruptible accounting of frozen tasks really пре 16 година
futex.c 59647b6ac3 futex: Handle futex value corruption gracefully пре 16 година
futex_compat.c f409adf5b1 futex: Protect pid lookup in compat code with RCU пре 16 година
groups.c 30639b6af8 groups: move code to kernel/groups.c пре 16 година
hrtimer.c ecb49d1a63 hrtimers: Convert to raw_spinlocks пре 16 година
hung_task.c e5af022616 softlockup: Fix hung_task_check_count sysctl пре 16 година
hw_breakpoint.c 4f16d4e0c9 Merge branch 'perf/core' into perf/urgent пре 16 година
itimer.c 8747d793fc itimers: Fix racy writes to cpu_itimer fields пре 16 година
kallsyms.c f60d24d2ad hw-breakpoints: Fix broken hw-breakpoint sample module пре 16 година
kexec.c 43cf38eb5c percpu: add __percpu sparse annotations to core kernel subsystems пре 16 година
kfifo.c 5a5e0f4c70 kfifo: Don't use integer as NULL pointer пре 16 година
kgdb.c 4da75b9cea kgdb: Turn off tracing while in the debugger пре 15 година
kmod.c 8767ba2796 kmod: fix resource leak in call_usermodehelper_pipe() пре 16 година
kprobes.c 83ff56f46a kprobes: Calculate the index correctly when freeing the out-of-line execution slot пре 15 година
ksysfs.c 318ae2edc3 Merge branch 'for-next' into for-linus пре 15 година
kthread.c 5ab116c934 cpuset: fix the problem that cpuset_mem_spread_node() returns an offline node пре 15 година
latencytop.c ad0b0fd554 sched, latencytop: incorporate review feedback from Andrew Morton пре 17 година
lockdep.c f82c37e7bb Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip пре 15 година
lockdep_internals.h af01296145 lockdep: BFS cleanup пре 16 година
lockdep_proc.c 88e9d34c72 seq_file: constify seq_operations пре 16 година
lockdep_states.h 9851673bc3 lockdep: move state bit definitions around пре 17 година
module.c 361795b1eb sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on module dynamic attributes пре 15 година
mutex-debug.c d43c36dc6b headers: remove sched.h from interrupt.h пре 16 година
mutex-debug.h c2f21ce2e3 locking: Implement new raw_spinlock пре 16 година
mutex.c c02260277e mutex: Better control mutex adaptive spinning config пре 16 година
mutex.h 0d66bf6d35 mutex: implement adaptive spinning пре 17 година
notifier.c d11c563dd2 sched: Use lockdep-based checking on rcu_dereference() пре 16 година
ns_cgroup.c be367d0992 cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time пре 16 година
nsproxy.c 8467005da3 nsproxy: remove INIT_NSPROXY() пре 15 година
padata.c 7478138782 padata: Allocate the cpumask for the padata instance пре 16 година
panic.c 8aeee85a29 panic: fix panic_timeout accuracy when running on a hypervisor пре 15 година
params.c c32da02342 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial пре 15 година
perf_event.c dcd5c1662d perf: Fix unexported generic perf_arch_fetch_caller_regs пре 15 година
pid.c 4e3eaddd14 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip пре 15 година
pid_namespace.c 13aa9a6b0f pid_ns: zap_pid_ns_processes: use SEND_SIG_NOINFO instead of force_sig() пре 15 година
pm_qos_params.c 1a6deaea35 pm_qos: clean up racy global "name" variable пре 16 година
posix-cpu-timers.c 054319b5e2 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip пре 15 година
posix-timers.c 6622e670b2 posix-timers.c: Don't export local functions пре 16 година
printk.c cea83886dd printk: avoid warning when CONFIG_PRINTK is disabled пре 15 година
profile.c 583a22e7c1 kernel/profile.c: Switch /proc/irq/prof_cpu_mask to seq_file пре 16 година
ptrace.c c6a0dd7ec6 ptrace: Fix ptrace_regset() comments and diagnose errors specifically пре 16 година
range.c e9a0064ad0 x86: Change range end to start+size пре 16 година
rcupdate.c e3818b8dce rcu: Make rcu_read_lock_bh_held() allow for disabled BH пре 15 година
rcutiny.c 9f680ab414 rcu: Eliminate unneeded function wrapping пре 16 година
rcutorture.c 0a135ba14d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu пре 16 година
rcutree.c a47cd880b5 rcu: Fix accelerated grace periods for last non-dynticked CPU пре 16 година
rcutree.h 007b09243b rcu: Increase RCU CPU stall timeouts if PROVE_RCU пре 15 година
rcutree_plugin.h 622ea685f1 rcu: Fix holdoff for accelerated GPs for last non-dynticked CPU пре 16 година
rcutree_trace.c 20133cfce7 rcu: Stop overflowing signed integers пре 16 година
relay.c 5f1664f92b splice: comparing unsigned int < 0 пре 15 година
res_counter.c 4e649152cb memcg: some modification to softlimit under hierarchical memory reclaim. пре 16 година
resource.c 66f1207bce resources: add interfaces that return conflict information пре 15 година
rtmutex-debug.c 1d61548254 sched: Convert pi_lock to raw_spinlock пре 16 година
rtmutex-debug.h 9a11b49a80 [PATCH] lockdep: better lock debugging пре 19 година
rtmutex-tester.c 4a0b2b4dbe sysdev: Pass the attribute to the low level sysdev show/store function пре 17 година
rtmutex.c d209d74d52 rtmutes: Convert rtmutex.lock to raw_spinlock пре 16 година
rtmutex.h 9a11b49a80 [PATCH] lockdep: better lock debugging пре 19 година
rtmutex_common.h 8dac456a68 rt_mutex: add proxy lock routines пре 16 година
rwsem.c c7af77b584 sched: mark rwsem functions as __sched for wchan/profiling пре 18 година
sched.c 8bc037fb89 sched: Use proper type in sched_getaffinity() пре 15 година
sched_clock.c b9f8fcd55b sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK пре 16 година
sched_cpupri.c 318ae2edc3 Merge branch 'for-next' into for-linus пре 15 година
sched_cpupri.h fe841226bd sched: Convert cpupri lock to raw_spinlock пре 16 година
sched_debug.c 05fa785cf8 sched: Convert rq->lock to raw_spinlock пре 16 година
sched_fair.c 90a6501f94 sched, rcu: Fix rcu_dereference() for RCU-lockdep пре 16 година
sched_features.h 6cecd084d0 sched: Discard some old bits пре 16 година
sched_idletask.c 3d45fd804a sched: Remove the sched_class load_balance methods пре 16 година
sched_rt.c 80a186074e Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip пре 15 година
sched_stats.h 67aa0f767a sched: remove unused fields from struct rq пре 16 година
seccomp.c 5b1017404a x86-64: seccomp: fix 32/64 syscall hole пре 17 година
semaphore.c 5b2becc8cf semaphore: __down_common: use signal_pending_state() пре 17 година
signal.c 78d7d407b6 kernel core: use helpers for rlimits пре 15 година
slow-work-debugfs.c f13a48bd79 SLOW_WORK: Move slow_work's proc file to debugfs пре 16 година
slow-work.c 88be12c440 slow-work: use get_ref wrapper instead of directly calling get_ref пре 15 година
slow-work.h a53f4f9efa SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUG пре 15 година
smp.c e03bcb6862 generic-ipi: Optimize accesses by using DEFINE_PER_CPU_SHARED_ALIGNED for IPI data пре 16 година
softirq.c b9c3032277 hrtimer, softirq: Fix hrtimer->softirq trampoline пре 16 година
softlockup.c 8c2eb4805d softlockup: Stop spurious softlockup messages due to overflow пре 15 година
spinlock.c 9c1721aa49 locking: Cleanup the name space completely пре 16 година
srcu.c 632ee20013 rcu: Introduce lockdep-based checking to RCU read-side primitives пре 16 година
stacktrace.c 9212ddb5ea stacktrace: provide save_stack_trace_tsk() weak alias пре 17 година
stop_machine.c 43cf38eb5c percpu: add __percpu sparse annotations to core kernel subsystems пре 16 година
sys.c 5cacdb4add Add generic sys_olduname() пре 15 година
sys_ni.c baed7fc9b5 Add generic sys_ipc wrapper пре 15 година
sysctl.c 2edf5e4980 sysctl extern cleanup: lockdep пре 15 година
sysctl_binary.c 8737c9305b Switch may_open() and break_lease() to passing O_... пре 16 година
sysctl_check.c 83ac201b4f sysctl: Remove dead code from sysctl_check пре 16 година
taskstats.c b54452b07a const: struct nla_policy пре 16 година
test_kprobes.c 12da3b888b kprobes: add tests for register_kprobes пре 17 година
time.c 83f57a11d8 Revert "time: Remove xtime_cache" пре 16 година
timeconst.pl b9095fd8a7 Make constants in kernel/timeconst.h fixed 64 bits пре 17 година
timer.c 829b6c1ef4 timer stats: Fix del_timer_sync() and try_to_del_timer_sync() пре 15 година
tracepoint.c fd589a8f0a trivial: fix typo "to to" in multiple files пре 16 година
tsacct.c d559db086f mm: clean up mm_counter пре 15 година
uid16.c 2bcd57ab61 headers: utsname.h redux пре 16 година
up.c 6e96281412 smp_call_function_single(): be slightly less stupid, fix #2 пре 17 година
user-return-notifier.c 1786bf009f core: Clean up user return notifers use of per_cpu пре 16 година
user.c 7c9414385e sched: Remove USER_SCHED пре 16 година
user_namespace.c 5170836679 Fix recursive lock in free_uid()/free_user_ns() пре 17 година
utsname.c 4c2a7e72d5 utsns: extract creeate_uts_ns() пре 16 година
utsname_sysctl.c 56992309cc sysctl kernel: Remove binary sysctl logic пре 16 година
wait.c 2fc391112f locking, sched: Give waitqueue spinlocks their own lockdep classes пре 16 година
workqueue.c d71cb81af3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq пре 16 година