Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Revert "workqueue: allow work_on_cpu() to be called recursively" | Bjorn Helgaas | 2013-11-25 | 1 | -22/+10 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'keys-devel-20131210' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-12-12 | 3 | -4/+15 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | KEYS: correct alignment of system_certificate_list content in assembly file | Hendrik Brueckner | 2013-12-10 | 2 | -4/+14 | |
| * | | | | | | | | | Ignore generated file kernel/x509_certificate_list | Rusty Russell | 2013-12-10 | 1 | -0/+1 | |
* | | | | | | | | | | futex: move user address verification up to common code | Linus Torvalds | 2013-12-12 | 1 | -2/+3 | |
* | | | | | | | | | | futex: fix handling of read-only-mapped hugepages | Linus Torvalds | 2013-12-12 | 1 | -1/+1 | |
| |_|/ / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge tag 'trace-fixes-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-12-06 | 2 | -10/+3 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | / / / / / | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | tracing: Only run synchronize_sched() at instance deletion time | Steven Rostedt | 2013-12-05 | 2 | -10/+3 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2013-12-04 | 5 | -19/+32 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=off | Thomas Gleixner | 2013-11-29 | 1 | -1/+3 | |
| * | | | | | | | time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLD | Martin Schwidefsky | 2013-11-22 | 1 | -1/+1 | |
| * | | | | | | | tick: Document tick_do_timer_cpu | Andrew Morton | 2013-11-19 | 1 | -0/+15 | |
| * | | | | | | | timer: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...) | Joe Perches | 2013-11-19 | 1 | -3/+2 | |
| * | | | | | | | NOHZ: Check for nohz active instead of nohz enabled | Thomas Gleixner | 2013-11-19 | 2 | -14/+11 | |
* | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-12-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | irq: Enable all irqs unconditionally in irq_resume | Laxman Dewangan | 2013-11-25 | 1 | -1/+1 | |
* | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-12-02 | 2 | -7/+28 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | sched: Expose preempt_schedule_irq() | Thomas Gleixner | 2013-11-27 | 1 | -2/+1 | |
| * | | | | | | | | | sched: Fix a trivial typo in comments | Shigeru Yoshida | 2013-11-19 | 1 | -1/+1 | |
| * | | | | | | | | | sched: Avoid NULL dereference on sd_busy | Peter Zijlstra | 2013-11-19 | 1 | -1/+2 | |
| * | | | | | | | | | sched: Check sched_domain before computing group power | Srikar Dronamraju | 2013-11-19 | 1 | -3/+24 | |
* | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-12-02 | 2 | -9/+7 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | perf/trace: Properly use u64 to hold event_id | Vince Weaver | 2013-11-19 | 1 | -1/+1 | |
| * | | | | | | | | | perf: Remove fragile swevent hlist optimization | Peter Zijlstra | 2013-11-19 | 1 | -8/+0 | |
| * | | | | | | | | | ftrace, perf: Avoid infinite event generation loop | Peter Zijlstra | 2013-11-19 | 1 | -0/+6 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-11-29 | 1 | -13/+37 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | workqueue: fix pool ID allocation leakage and remove BUILD_BUG_ON() in init_w... | Li Bin | 2013-11-23 | 1 | -6/+9 | |
| * | | | | | | | | | workqueue: fix comment typo for __queue_work() | Li Bin | 2013-11-23 | 1 | -1/+1 | |
| * | | | | | | | | | workqueue: fix ordered workqueues in NUMA setups | Tejun Heo | 2013-11-23 | 1 | -2/+22 | |
| * | | | | | | | | | workqueue: swap set_cpus_allowed_ptr() and PF_NO_SETAFFINITY | Oleg Nesterov | 2013-11-23 | 1 | -4/+5 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-11-29 | 2 | -6/+37 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | cgroup: fix cgroup_subsys_state leak for seq_files | Tejun Heo | 2013-11-28 | 1 | -1/+4 | |
| * | | | | | | | | cpuset: Fix memory allocator deadlock | Peter Zijlstra | 2013-11-27 | 1 | -2/+6 | |
| * | | | | | | | | cgroup: use a dedicated workqueue for cgroup destruction | Tejun Heo | 2013-11-22 | 1 | -3/+27 | |
| |/ / / / / / / | ||||||
* | | | | | | | | kernel/extable: fix address-checks for core_kernel and init areas | Helge Deller | 2013-11-28 | 1 | -2/+2 | |
* | | | | | | | | Merge tag 'trace-fixes-v3.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-11-27 | 1 | -29/+35 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | ftrace: Fix function graph with loading of modules | Steven Rostedt (Red Hat) | 2013-11-26 | 1 | -29/+35 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2013-11-24 | 1 | -5/+4 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | padata: make the sequence counter an atomic_t | Mathias Krause | 2013-10-30 | 1 | -5/+4 | |
* | | | | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm... | Linus Torvalds | 2013-11-22 | 9 | -131/+173 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | kernel/system_certificate.S: use real contents instead of macro GLOBAL() | Chen Gang | 2013-10-30 | 1 | -6/+4 | |
| * | | | | | | | keys: change asymmetric keys to use common hash definitions | Dmitry Kasatkin | 2013-10-25 | 1 | -4/+4 | |
| * | | | | | | | KEYS: Make the system 'trusted' keyring viewable by userspace | Mimi Zohar | 2013-09-25 | 1 | -3/+3 | |
| * | | | | | | | KEYS: Add a 'trusted' flag and a 'trusted only' flag | David Howells | 2013-09-25 | 1 | -1/+3 | |
| * | | | | | | | KEYS: Separate the kernel signature checking keyring from module signing | David Howells | 2013-09-25 | 6 | -115/+119 | |
| * | | | | | | | KEYS: Have make canonicalise the paths of the X.509 certs better to deduplicate | David Howells | 2013-09-25 | 1 | -3/+9 | |
| * | | | | | | | KEYS: Load *.x509 files into kernel keyring | David Howells | 2013-09-25 | 2 | -8/+30 | |
| * | | | | | | | KEYS: Rename public key parameter name arrays | David Howells | 2013-09-25 | 1 | -2/+2 | |
| * | | | | | | | KEYS: Add per-user_namespace registers for persistent per-UID kerberos caches | David Howells | 2013-09-24 | 2 | -0/+10 | |
* | | | | | | | | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 2013-11-22 | 4 | -82/+210 | |
|\ \ \ \ \ \ \ \ |