Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
dde622a5063c71a1864a41dfaed4baaabfa84ba6
/
kernel
6a8a75f
Revert "perf/core: Drop kernel samples even though :u is specified"
by Ingo Molnar
· 7 years ago
dbf5806
kprobes: Ensure that jprobe probepoints are at function entry
by Naveen N. Rao
· 7 years ago
0f73ff8
kprobes: Simplify register_jprobes()
by Naveen N. Rao
· 7 years ago
659b957
kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_func_entry()
by Naveen N. Rao
· 7 years ago
9a9594e
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
03ffbcd
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
1b044f1
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
241e5e6
Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
by Linus Torvalds
· 8 years ago
59b6018
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
9bd4218
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
7447d56
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
892ad5a
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
330e9e4
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
e94693f
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
c6b1e36
Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
81e3e04
Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid
by Linus Torvalds
· 8 years ago
c0a0c7a
Merge tag 'trace-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 8 years ago
c207aee
objtool, x86: Add several functions and files to the objtool whitelist
by Josh Poimboeuf
· 8 years ago
72298e5
sched/cputime: Refactor the cputime_adjust() code
by Gustavo A. R. Silva
· 8 years ago
993647a
cpu/hotplug: Constify attribute_group structures
by Arvind Yadav
· 8 years ago
48365b3
sched/debug: Expose the number of RT/DL tasks that can migrate
by Daniel Bristot de Oliveira
· 8 years ago
9e52b32
tracing/kprobes: Allow to create probe with a module name starting with a digit
by Sabrina Dubroca
· 8 years ago
4d8a991
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
6bdf6ab
bpf: prevent leaking pointer via xadd on unpriviledged
by Daniel Borkmann
· 8 years ago
0f17976
ftrace: Fix regression with module command in stack_trace_filter
by Steven Rostedt (VMware)
· 8 years ago
ff801b7
sched/numa: Hide numa_wake_affine() from UP build
by Thomas Gleixner
· 8 years ago
2287d86
timers: Make the cpu base lock raw
by Sebastian Andrzej Siewior
· 8 years ago
bf22ff45
genirq: Avoid unnecessary low level irq function calls
by Jeffy Chen
· 8 years ago
d829b8f
genirq: Set irq masked state when initializing irq_desc
by Jeffy Chen
· 8 years ago
5f4b37d
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
35d8d5d
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
e1c9214
genirq/timings: Add infrastructure for estimating the next interrupt arrival time
by Daniel Lezcano
· 8 years ago
b2d3d61
genirq/timings: Add infrastructure to track the interrupt timings
by Daniel Lezcano
· 8 years ago
c2ce34c
genirq/debugfs: Remove pointless NULL pointer check
by Thomas Gleixner
· 8 years ago
f65013d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 8 years ago
815abf5
sched/fair: Remove effective_load()
by Rik van Riel
· 8 years ago
3fed382
sched/numa: Implement NUMA node level wake_affine()
by Rik van Riel
· 8 years ago
7d894e6
sched/fair: Simplify wake_affine() for the single socket case
by Rik van Riel
· 8 years ago
739294f
sched/numa: Override part of migrate_degrades_locality() when idle balancing
by Rik van Riel
· 8 years ago
1bc3cd4
Merge branch 'linus' into sched/core, to pick up fixes
by Ingo Molnar
· 8 years ago
8887cd9
sched/rt: Move RT related code from sched/core.c to sched/rt.c
by Nicolas Pitre
· 8 years ago
06a76fe
sched/deadline: Move DL related code from sched/core.c to sched/deadline.c
by Nicolas Pitre
· 8 years ago
e1d4eee
sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabled
by Nicolas Pitre
· 8 years ago
6a6544e
genirq/irqdomain: Remove auto-recursive hierarchy support
by Marc Zyngier
· 8 years ago
61d0a00
genirq/irqdomain: Add irq_domain_update_bus_token helper
by Marc Zyngier
· 8 years ago
9a0ef98
genirq/affinity: Assign vectors to all present CPUs
by Christoph Hellwig
· 8 years ago
8f31a98
genirq/cpuhotplug: Avoid irq affinity setting for single targets
by Thomas Gleixner
· 8 years ago
d52dd44
genirq: Introduce IRQD_SINGLE_TARGET flag
by Thomas Gleixner
· 8 years ago
c5cb83b
genirq/cpuhotplug: Handle managed IRQs on CPU hotplug
by Thomas Gleixner
· 8 years ago
761ea38
genirq: Handle managed irqs gracefully in irq_startup()
by Thomas Gleixner
· 8 years ago
4cde9c6
genirq: Add force argument to irq_startup()
by Thomas Gleixner
· 8 years ago
708d174
genirq: Split out irq_startup() code
by Thomas Gleixner
· 8 years ago
54fdf6a
genirq: Introduce IRQD_MANAGED_SHUTDOWN
by Thomas Gleixner
· 8 years ago
415fcf1
genirq/cpuhotplug: Use effective affinity mask
by Thomas Gleixner
· 8 years ago
0d3f542
genirq: Introduce effective affinity mask
by Thomas Gleixner
· 8 years ago
c1a8038
genirq/proc: Replace ever repeating type cast
by Thomas Gleixner
· 8 years ago
4ab764c
genirq: Remove pointless gfp argument
by Thomas Gleixner
· 8 years ago
047dc63
genirq: Remove pointless arg from show_irq_affinity
by Thomas Gleixner
· 8 years ago
36d84fb
genirq: Move irq_fixup_move_pending() to core
by Thomas Gleixner
· 8 years ago
77f85e6
genirq/cpuhotplug: Set force affinity flag on hotplug migration
by Thomas Gleixner
· 8 years ago
47a06d3
genirq/cpuhotplug: Add support for conditional masking
by Thomas Gleixner
· 8 years ago
f0383c2
genirq/cpuhotplug: Add support for cleaning up move in progress
by Thomas Gleixner
· 8 years ago
91f26cb
genirq/cpuhotplug: Do not migrated shutdown irqs
by Thomas Gleixner
· 8 years ago
e8a7035
genirq/cpuhotplug: Reorder check logic
by Thomas Gleixner
· 8 years ago
735c095
genirq/cpuhotplug: Dont claim success on error
by Thomas Gleixner
· 8 years ago
0dd945f
genirq/cpuhotplug: Remove irq disabling logic
by Thomas Gleixner
· 8 years ago
137221d
genirq: Move pending helpers to internal.h
by Christoph Hellwig
· 8 years ago
2e05155
genirq: Move initial affinity setup to irq_startup()
by Thomas Gleixner
· 8 years ago
43564bd
genirq: Rename setup_affinity() to irq_setup_affinity()
by Thomas Gleixner
· 8 years ago
cba4235
genirq: Remove mask argument from setup_affinity()
by Thomas Gleixner
· 8 years ago
cdd1636
genirq: Provide irq_fixup_move_pending()
by Thomas Gleixner
· 8 years ago
087cdfb
genirq/debugfs: Add proper debugfs interface
by Thomas Gleixner
· 8 years ago
9dc6be3
genirq/irqdomain: Add map counter
by Thomas Gleixner
· 8 years ago
d59f661
genirq: Allow fwnode to carry name information only
by Thomas Gleixner
· 8 years ago
0165308
genirq/msi: Prevent overwriting domain name
by Thomas Gleixner
· 8 years ago
387bc8b
sched/fair: Spare idle load balancing on nohz_full CPUs
by Frederic Weisbecker
· 8 years ago
a0db971
nohz: Move idle balancer registration to the idle path
by Frederic Weisbecker
· 8 years ago
3c85d6d
sched/loadavg: Generalize "_idle" naming to "_nohz"
by Frederic Weisbecker
· 8 years ago
f9e1698
Merge branch 'linus' into locking/core, to pick up fixes
by Ingo Molnar
· 8 years ago
dcba710
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching
by Linus Torvalds
· 8 years ago
30fd8fc
irq/generic-chip: Provide devm_irq_setup_generic_chip()
by Bartosz Golaszewski
· 8 years ago
1c3e363
irq/generic-chip: Provide devm_irq_alloc_generic_chip()
by Bartosz Golaszewski
· 8 years ago
f160203
irq/generic-chip: Export irq_init_generic_chip() locally
by Bartosz Golaszewski
· 8 years ago
8a1898d
perf/aux: Correct return code of rb_alloc_aux() if !has_aux(ev)
by Hendrik Brueckner
· 8 years ago
17d9d68
Merge branch 'fortglx/4.13/time' of https://git.linaro.org/people/john.stultz/linux into timers/core
by Thomas Gleixner
· 8 years ago
f0cd9ae
Merge branch 'timers/urgent' into timers/core
by Thomas Gleixner
· 8 years ago
369adf0
time: Add warning about imminent deprecation of CONFIG_GENERIC_TIME_VSYSCALL_OLD
by John Stultz
· 8 years ago
fc6eead7
time: Clean up CLOCK_MONOTONIC_RAW time handling
by John Stultz
· 8 years ago
b50fb7c
Merge branch 'linus' into irq/core
by Thomas Gleixner
· 8 years ago
098b0e0
posix-cpu-timers: Make timespec to nsec conversion safe
by Thomas Gleixner
· 8 years ago
35eb725
itimer: Make timeval to nsec conversion range limited
by Thomas Gleixner
· 8 years ago
d15bc69
timers: Fix parameter description of try_to_del_timer_sync()
by Peter Meerwald-Stadler
· 8 years ago
f11cc07
sched/core: Drop the unused try_get_task_struct() helper function
by Davidlohr Bueso
· 8 years ago
902b319
Merge branch 'WIP.sched/core' into sched/core
by Ingo Molnar
· 8 years ago
c5ae366
sched/fair: WARN() and refuse to set buddy when !se->on_rq
by Daniel Axtens
· 8 years ago
6d3aed3
sched/debug: Fix SCHED_WARN_ON() to return a value on !CONFIG_SCHED_DEBUG as well
by Ingo Molnar
· 8 years ago
2055da9
sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming
by Ingo Molnar
· 8 years ago
5822a45
sched/wait: Move bit_wait_table[] and related functionality from sched/core.c to sched/wait_bit.c
by Ingo Molnar
· 8 years ago
5dd43ce
sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wait_bit.h>
by Ingo Molnar
· 8 years ago
76c85dd
sched/wait: Standardize wait_bit_queue naming
by Ingo Molnar
· 8 years ago
Next »