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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-19
PM: domains: Clean up some code in pm_genpd_init() and genpd_remove()
Ulf Hansson
1
-18
/
+38
2022-05-19
PM: domains: Fix initialization of genpd's next_wakeup
Ulf Hansson
1
-0
/
+1
2022-05-19
PM: domains: Fixup QoS latency measurements for IRQ safe devices in genpd
Ulf Hansson
1
-3
/
+1
2022-05-19
PM: domains: Measure suspend/resume latencies in genpd based on governor
Ulf Hansson
1
-12
/
+9
2022-05-19
PM: domains: Move the next_wakeup variable into the struct gpd_timing_data
Ulf Hansson
3
-6
/
+7
2022-05-19
PM: domains: Allocate gpd_timing_data dynamically based on governor
Ulf Hansson
3
-19
/
+40
2022-05-19
PM: domains: Skip another warning in irq_safe_dev_in_sleep_domain()
Ulf Hansson
1
-1
/
+4
2022-05-19
PM: domains: Rename irq_safe_dev_in_no_sleep_domain() in genpd
Ulf Hansson
1
-7
/
+7
2022-05-19
PM: domains: Don't check PM_QOS_FLAG_NO_POWER_OFF in genpd
Ulf Hansson
1
-6
/
+0
2022-05-19
PM: domains: Drop redundant code for genpd always-on governor
Ulf Hansson
1
-6
/
+0
2022-05-19
PM: domains: Add GENPD_FLAG_RPM_ALWAYS_ON for the always-on governor
Ulf Hansson
1
-0
/
+4
2022-05-19
ACPI: utils: include UUID in _DSM evaluation warning
Michael Niewöhner
1
-1
/
+1
2022-05-19
powercap: intel_rapl: remove redundant store to value after multiply
Colin Ian King
1
-1
/
+1
2022-05-19
platform/x86/intel/ifs: Add CPU_SUP_INTEL dependency
Borislav Petkov
1
-1
/
+1
2022-05-19
cpufreq: CPPC: Enable dvfs_possible_from_any_cpu
Pierre Gondois
1
-0
/
+1
2022-05-19
cpufreq: CPPC: Enable fast_switch
Pierre Gondois
3
-0
/
+47
2022-05-19
ACPI: CPPC: Assume no transition latency if no PCCT
Pierre Gondois
1
-1
/
+16
2022-05-19
ACPI: bus: Set CPPC _OSC bits for all and when CPPC_LIB is supported
Pierre Gondois
1
-8
/
+8
2022-05-19
ACPI: CPPC: Check _OSC for flexible address space
Pierre Gondois
3
-0
/
+29
2022-05-19
platform/x86: intel_cht_int33fe: Set driver data
Heikki Krogerus
1
-0
/
+2
2022-05-19
thermal: intel: pch: improve the cooling delay log
Zhang Rui
1
-11
/
+20
2022-05-19
thermal: intel: pch: enhance overheat handling
Zhang Rui
1
-5
/
+8
2022-05-19
thermal: intel: pch: move cooling delay to suspend_noirq phase
Zhang Rui
1
-2
/
+3
2022-05-19
PM: wakeup: expose pm_wakeup_pending to modules
Zhang Rui
1
-0
/
+1
2022-05-19
platform/x86: intel-hid: fix _DSM function index handling
Michael Niewöhner
1
-1
/
+1
2022-05-19
cpuidle: riscv-sbi: Fix code to allow a genpd governor to be used
Ulf Hansson
1
-2
/
+2
2022-05-19
cpuidle: psci: Fix regression leading to no genpd governor
Ulf Hansson
1
-2
/
+2
2022-05-19
PM / devfreq: passive: Return non-error when not-supported event is required
Chanwoo Choi
1
-1
/
+1
2022-05-19
Merge tag 'thermal-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Rafael J. Wysocki
53
-59
/
+4173
2022-05-19
fs-verity: Use struct_size() helper in enable_verity()
Zhang Jianhua
1
-1
/
+1
2022-05-19
Merge tag 'for-5.18/parisc-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-143
/
+251
2022-05-19
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2
-1
/
+2
2022-05-19
Merge tag 'pinctrl-v5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-4
/
+6
2022-05-19
Merge tag 'net-5.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
61
-362
/
+694
2022-05-19
random: unify batched entropy implementations
Jason A. Donenfeld
1
-92
/
+55
2022-05-19
random: move randomize_page() into mm where it belongs
Jason A. Donenfeld
4
-34
/
+33
2022-05-19
random: remove mostly unused async readiness notifier
Jason A. Donenfeld
3
-94
/
+22
2022-05-19
random: remove get_random_bytes_arch() and add rng_has_arch_random()
Jason A. Donenfeld
3
-38
/
+20
2022-05-19
random: move initialization functions out of hot pages
Jason A. Donenfeld
1
-25
/
+21
2022-05-19
random: make consistent use of buf and len
Jason A. Donenfeld
2
-108
/
+103
2022-05-19
random: use proper return types on get_random_{int,long}_wait()
Jason A. Donenfeld
1
-7
/
+7
2022-05-19
random: remove extern from functions in header
Jason A. Donenfeld
1
-46
/
+31
2022-05-19
random: use static branch for crng_ready()
Jason A. Donenfeld
1
-4
/
+12
2022-05-19
mmc: core: Fix busy polling for MMC_SEND_OP_COND again
Ulf Hansson
1
-1
/
+1
2022-05-19
bfq: Remove bfq_requeue_request_body()
Jan Kara
1
-7
/
+2
2022-05-19
bfq: Remove superfluous conversion from RQ_BIC()
Jan Kara
1
-1
/
+1
2022-05-19
bfq: Allow current waker to defend against a tentative one
Jan Kara
1
-2
/
+1
2022-05-19
bfq: Relax waker detection for shared queues
Jan Kara
2
-2
/
+4
2022-05-19
xen: add support for initializing xenstore later as HVM domain
Luca Miccio
1
-20
/
+71
2022-05-19
xen: sync xs_wire.h header with upstream xen
Stefano Stabellini
1
-4
/
+33
[prev]
[next]