index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-22
genirq: Introduce effective affinity mask
Thomas Gleixner
4
-7
/
+105
2017-06-22
genirq/proc: Replace ever repeating type cast
Thomas Gleixner
1
-5
/
+5
2017-06-22
genirq: Remove pointless gfp argument
Thomas Gleixner
1
-8
/
+7
2017-06-22
genirq: Remove pointless arg from show_irq_affinity
Thomas Gleixner
1
-3
/
+3
2017-06-22
genirq: Move irq_fixup_move_pending() to core
Thomas Gleixner
1
-0
/
+5
2017-06-22
genirq/cpuhotplug: Set force affinity flag on hotplug migration
Thomas Gleixner
1
-1
/
+1
2017-06-22
genirq/cpuhotplug: Add support for conditional masking
Thomas Gleixner
1
-1
/
+10
2017-06-22
genirq/cpuhotplug: Add support for cleaning up move in progress
Thomas Gleixner
2
-3
/
+35
2017-06-22
genirq/cpuhotplug: Do not migrated shutdown irqs
Thomas Gleixner
1
-3
/
+8
2017-06-22
genirq/cpuhotplug: Reorder check logic
Thomas Gleixner
1
-16
/
+20
2017-06-22
genirq/cpuhotplug: Dont claim success on error
Thomas Gleixner
1
-1
/
+4
2017-06-22
genirq/cpuhotplug: Remove irq disabling logic
Thomas Gleixner
1
-8
/
+4
2017-06-22
genirq: Move pending helpers to internal.h
Christoph Hellwig
2
-28
/
+38
2017-06-22
genirq: Move initial affinity setup to irq_startup()
Thomas Gleixner
2
-9
/
+8
2017-06-22
genirq: Rename setup_affinity() to irq_setup_affinity()
Thomas Gleixner
2
-6
/
+7
2017-06-22
genirq: Remove mask argument from setup_affinity()
Thomas Gleixner
3
-34
/
+29
2017-06-22
genirq: Provide irq_fixup_move_pending()
Thomas Gleixner
1
-0
/
+30
2017-06-22
genirq/debugfs: Add proper debugfs interface
Thomas Gleixner
7
-1
/
+337
2017-06-22
genirq/irqdomain: Add map counter
Thomas Gleixner
1
-0
/
+4
2017-06-22
genirq: Allow fwnode to carry name information only
Thomas Gleixner
1
-13
/
+92
2017-06-22
genirq/msi: Prevent overwriting domain name
Thomas Gleixner
1
-1
/
+2
2017-06-22
Merge branch 'uuid-types'
Rafael J. Wysocki
1
-2
/
+2
2017-06-22
sched/fair: Spare idle load balancing on nohz_full CPUs
Frederic Weisbecker
1
-0
/
+4
2017-06-22
nohz: Move idle balancer registration to the idle path
Frederic Weisbecker
1
-2
/
+3
2017-06-22
sched/loadavg: Generalize "_idle" naming to "_nohz"
Frederic Weisbecker
2
-27
/
+28
2017-06-22
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
19
-94
/
+109
2017-06-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
8
-16
/
+56
2017-06-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-7
/
+37
2017-06-21
irq/generic-chip: Provide devm_irq_setup_generic_chip()
Bartosz Golaszewski
1
-0
/
+52
2017-06-21
irq/generic-chip: Provide devm_irq_alloc_generic_chip()
Bartosz Golaszewski
1
-0
/
+34
2017-06-21
irq/generic-chip: Export irq_init_generic_chip() locally
Bartosz Golaszewski
2
-4
/
+14
2017-06-21
perf/aux: Correct return code of rb_alloc_aux() if !has_aux(ev)
Hendrik Brueckner
1
-1
/
+1
2017-06-21
Merge branch 'fortglx/4.13/time' of https://git.linaro.org/people/john.stultz...
Thomas Gleixner
1
-20
/
+26
2017-06-21
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
17
-109
/
+107
2017-06-20
time: Add warning about imminent deprecation of CONFIG_GENERIC_TIME_VSYSCALL_OLD
John Stultz
1
-0
/
+1
2017-06-20
time: Clean up CLOCK_MONOTONIC_RAW time handling
John Stultz
1
-20
/
+25
2017-06-20
Merge branch 'linus' into irq/core
Thomas Gleixner
29
-154
/
+175
2017-06-20
posix-cpu-timers: Make timespec to nsec conversion safe
Thomas Gleixner
1
-1
/
+5
2017-06-20
itimer: Make timeval to nsec conversion range limited
Thomas Gleixner
1
-2
/
+6
2017-06-20
timers: Fix parameter description of try_to_del_timer_sync()
Peter Meerwald-Stadler
1
-1
/
+1
2017-06-20
sched/core: Drop the unused try_get_task_struct() helper function
Davidlohr Bueso
1
-13
/
+0
2017-06-20
Merge branch 'WIP.sched/core' into sched/core
Ingo Molnar
35
-519
/
+550
2017-06-20
sched/fair: WARN() and refuse to set buddy when !se->on_rq
Daniel Axtens
1
-2
/
+8
2017-06-20
sched/debug: Fix SCHED_WARN_ON() to return a value on !CONFIG_SCHED_DEBUG as ...
Ingo Molnar
1
-2
/
+2
2017-06-20
sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming
Ingo Molnar
2
-14
/
+14
2017-06-20
sched/wait: Move bit_wait_table[] and related functionality from sched/core.c...
Ingo Molnar
2
-16
/
+25
2017-06-20
sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...
Ingo Molnar
3
-258
/
+264
2017-06-20
sched/wait: Standardize wait_bit_queue naming
Ingo Molnar
1
-21
/
+20
2017-06-20
sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name
Ingo Molnar
1
-21
/
+20
2017-06-20
sched/wait: Standardize internal naming of wait-queue heads
Ingo Molnar
1
-77
/
+77
[prev]
[next]