Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-08-18 | 22 | -112/+311 | |
|\ | ||||||
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-08-17 | 2 | -14/+77 | |
| |\ | ||||||
| | * | bpf: fix bpf_skb_in_cgroup helper naming | Daniel Borkmann | 2016-08-12 | 1 | -2/+2 | |
| * | | Merge tag 'pm-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2016-08-12 | 1 | -2/+2 | |
| |\ \ | ||||||
| | | \ | ||||||
| | | \ | ||||||
| | *-. \ | Merge branches 'pm-sleep' and 'pm-cpufreq' | Rafael J. Wysocki | 2016-08-12 | 1 | -2/+2 | |
| | |\ \ \ | ||||||
| | | * | | | PM / hibernate: Restore processor state before using per-CPU variables | Thomas Garnier | 2016-08-12 | 1 | -2/+2 | |
| * | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2016-08-12 | 1 | -1/+4 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'linus' into timers/urgent, to pick up fixes | Ingo Molnar | 2016-08-10 | 20 | -99/+709 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | timers: Fix get_next_timer_interrupt() computation | Chris Metcalf | 2016-08-09 | 1 | -1/+4 | |
| * | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-08-12 | 5 | -4/+34 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | sched/cputime: Fix omitted ticks passed in parameter | Frederic Weisbecker | 2016-08-11 | 1 | -1/+2 | |
| | * | | | | | | | sched/cputime: Fix steal time accounting | Wanpeng Li | 2016-08-11 | 1 | -2/+9 | |
| | * | | | | | | | sched/deadline: Fix lock pinning warning during CPU hotplug | Wanpeng Li | 2016-08-10 | 1 | -1/+4 | |
| | * | | | | | | | sched/cputime: Mitigate performance regression in times()/clock_gettime() | Giovanni Gherdovich | 2016-08-10 | 1 | -0/+19 | |
| | * | | | | | | | sched/fair: Fix typo in sync_throttle() | Xunlei Pang | 2016-08-10 | 1 | -1/+1 | |
| | * | | | | | | | sched/deadline: Fix wrap-around in DL heap | Tommaso Cucinotta | 2016-08-10 | 1 | -1/+1 | |
| | | |/ / / / / | | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-08-12 | 1 | -23/+54 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | perf/core: Set cgroup in CPU contexts for new cgroup events | David Carrillo-Cisneros | 2016-08-10 | 1 | -18/+36 | |
| | * | | | | | | | perf/core: Fix sideband list-iteration vs. event ordering NULL pointer defere... | Peter Zijlstra | 2016-08-10 | 1 | -5/+18 | |
| * | | | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2016-08-12 | 3 | -3/+23 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | locking/pvqspinlock: Fix a bug in qstat_read() | Pan Xinhui | 2016-08-10 | 1 | -1/+0 | |
| | * | | | | | | | | locking/pvqspinlock: Fix double hash race | Wanpeng Li | 2016-08-10 | 1 | -1/+1 | |
| | * | | | | | | | | Merge branch 'linus' into locking/urgent, to pick up fixes | Ingo Molnar | 2016-08-10 | 73 | -2083/+3111 | |
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | | | ||||||
| | * | | | | | | | | futex: Assume all mappings are private on !MMU systems | Thomas Gleixner | 2016-07-29 | 1 | -1/+22 | |
| * | | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-08-12 | 1 | -0/+11 | |
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | genirq/msi: Make sure PCI MSIs are activated early | Marc Zyngier | 2016-08-09 | 1 | -0/+11 | |
| | | |/ / / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Revert "printk: create pr_<level> functions" | Linus Torvalds | 2016-08-09 | 3 | -43/+11 | |
| |/ / / / / / / | ||||||
| * | | | | | | | printk: Remove unnecessary #ifdef CONFIG_PRINTK | Andreas Ziegler | 2016-08-08 | 1 | -2/+0 | |
| | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | block: rename bio bi_rw to bi_opf | Jens Axboe | 2016-08-07 | 1 | -3/+3 | |
| * | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-08-06 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | perf/core: Change log level for duration warning to KERN_INFO | David Ahern | 2016-08-02 | 1 | -1/+1 | |
| | | |/ / / / | | |/| | | | | ||||||
| * | | | | | | Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2016-08-05 | 1 | -0/+3 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | jump_label: Make it possible for arches to invoke jump_label_init() earlier | Kevin Hao | 2016-08-01 | 1 | -0/+3 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-08-04 | 3 | -23/+105 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | modules: add ro_after_init support | Jessica Yu | 2016-08-04 | 2 | -13/+55 | |
| | * | | | | | | jump_label: disable preemption around __module_text_address(). | Rusty Russell | 2016-08-04 | 1 | -1/+4 | |
| | * | | | | | | modules: Add kernel parameter to blacklist modules | Prarit Bhargava | 2016-08-04 | 1 | -0/+24 | |
| | * | | | | | | module: Do a WARN_ON_ONCE() for assert module mutex not held | Steven Rostedt | 2016-08-04 | 1 | -1/+1 | |
| | * | | | | | | module: Invalidate signatures on force-loaded modules | Ben Hutchings | 2016-07-27 | 1 | -4/+9 | |
| | * | | | | | | module: Issue warnings when tainting kernel | Libor Pechacek | 2016-07-27 | 1 | -1/+10 | |
| | * | | | | | | module: fix redundant test. | Rusty Russell | 2016-07-27 | 1 | -2/+1 | |
| | * | | | | | | module: fix noreturn attribute for __module_put_and_exit() | Jiri Kosina | 2016-07-27 | 1 | -1/+1 | |
| * | | | | | | | jump_label: remove bug.h, atomic.h dependencies for HAVE_JUMP_LABEL | Jason Baron | 2016-08-04 | 1 | -0/+53 | |
| * | | | | | | | tree-wide: replace config_enabled() with IS_ENABLED() | Masahiro Yamada | 2016-08-04 | 2 | -5/+5 | |
* | | | | | | | | bpf: allow bpf_get_prandom_u32() to be used in tracing | Alexei Starovoitov | 2016-08-12 | 1 | -0/+2 | |
* | | | | | | | | bpf: allow helpers access the packet directly | Alexei Starovoitov | 2016-08-12 | 1 | -18/+43 | |
* | | | | | | | | bpf: Add bpf_current_task_under_cgroup helper | Sargun Dhillon | 2016-08-12 | 3 | -2/+34 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | bpf: restore behavior of bpf_map_update_elem | Alexei Starovoitov | 2016-08-06 | 1 | -11/+73 | |
* | | | | | | | bpf: fix method of PTR_TO_PACKET reg id generation | Jakub Kicinski | 2016-08-03 | 1 | -1/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge tag 'trace-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 2016-08-03 | 2 | -7/+11 | |
|\ \ \ \ \ \ |