index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.clang-format
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-12-06
pwm: pxa: Enable for MMP platform
Doug Brown
1
-1
/
+1
2022-12-06
pwm: pxa: Add reference manual link and limitations
Doug Brown
1
-0
/
+7
2022-12-06
pwm: pxa: Use abrupt shutdown mode
Doug Brown
1
-1
/
+1
2022-12-06
pwm: pxa: Remove clk enable/disable from pxa_pwm_config
Doug Brown
1
-9
/
+0
2022-12-06
pwm: pxa: Set duty cycle to 0 when disabling PWM
Doug Brown
1
-9
/
+16
2022-12-06
pwm: pxa: Remove pxa_pwm_enable/disable
Doug Brown
1
-16
/
+3
2022-12-06
pwm: mediatek: Add support for MT7986
Daniel Golle
1
-0
/
+7
2022-12-06
pwm: stm32: Use regmap_clear_bits and regmap_set_bits where applicable
Uwe Kleine-König
1
-18
/
+16
2022-12-06
pwm: stm32-lp: Use regmap_clear_bits and regmap_set_bits where applicable
Uwe Kleine-König
1
-3
/
+2
2022-12-06
pwm: iqs620a: Use regmap_clear_bits and regmap_set_bits where applicable
Uwe Kleine-König
1
-2
/
+2
2022-12-06
pwm: img: Use regmap_clear_bits and regmap_set_bits where applicable
Uwe Kleine-König
1
-8
/
+7
2022-12-06
pwm: fsl-ftm: Use regmap_clear_bits and regmap_set_bits where applicable
Uwe Kleine-König
1
-11
/
+7
2022-12-06
pwm: core: Remove S_IFREG from debugfs_create_file()
Andy Shevchenko
1
-2
/
+1
2022-12-06
pwm: Don't initialize list head before calling list_add()
Uwe Kleine-König
1
-1
/
+0
2022-12-06
pwm: Mark free pwm IDs as used in alloc_pwms()
Uwe Kleine-König
1
-2
/
+2
2022-12-06
pwm: Reduce time the pwm_lock mutex is held in pwmchip_add()
Uwe Kleine-König
1
-15
/
+12
2022-12-06
pwm: Document variables protected by pwm_lock
Uwe Kleine-König
1
-0
/
+5
2022-12-06
pwm: mediatek: always use bus clock for PWM on MT7622
Daniel Golle
1
-1
/
+1
2022-12-06
pwm: lpc18xx-sct: Fix a comment to match code
Uwe Kleine-König
1
-1
/
+1
2022-12-06
pwm: mtk-disp: Fix the parameters calculated by the enabled flag of disp_pwm
xinlei lee
1
-2
/
+3
2022-12-06
pwm: sifive: Call pwm_sifive_update_clock() while mutex is held
Uwe Kleine-König
1
-1
/
+4
2022-11-29
pwm: jz4740: Use regmap_{set,clear}_bits
Paul Cercueil
1
-6
/
+4
2022-11-29
pwm: jz4740: Depend on MACH_INGENIC instead of MIPS
Paul Cercueil
1
-1
/
+1
2022-11-29
pwm: jz4740: Force dependency on Device Tree
Paul Cercueil
2
-7
/
+5
2022-11-23
dt-bindings: pwm: renesas,tpu: Add r8a779g0 support
Geert Uytterhoeven
1
-0
/
+1
2022-11-23
dt-bindings: pwm: renesas,pwm-rcar: Add r8a779g0 support
Geert Uytterhoeven
1
-0
/
+1
2022-11-11
pwm: tegra: Fix 32 bit build
Steven Price
1
-1
/
+1
2022-11-09
pwm: tegra: Ensure the clock rate is not less than needed
Jon Hunter
1
-0
/
+11
2022-11-09
pwm: tegra: Improve required rate calculation
Jon Hunter
1
-2
/
+2
2022-10-17
Linux 6.1-rc1
v6.1-rc1
Linus Torvalds
1
-2
/
+2
2022-10-16
Revert "cpumask: fix checking valid cpu range".
Tetsuo Handa
1
-8
/
+11
2022-10-16
lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5
Nathan Chancellor
1
-2
/
+7
2022-10-16
kbuild: fix single directory build
Masahiro Yamada
1
-0
/
+2
2022-10-15
mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocation
Hyeonggon Yoo
2
-19
/
+19
2022-10-15
MAINTAINERS: git://github -> https://github.com for openrisc
Palmer Dabbelt
1
-1
/
+1
2022-10-15
smb3: improve SMB3 change notification support
Steve French
6
-13
/
+90
2022-10-15
cifs: lease key is uninitialized in two additional functions when smb1
Steve French
1
-2
/
+2
2022-10-15
cifs: lease key is uninitialized in smb1 paths
Steve French
1
-1
/
+1
2022-10-15
smb3: must initialize two ACL struct fields to zero
Steve French
1
-1
/
+2
2022-10-15
cifs: fix double-fault crash during ntlmssp
Paulo Alcantara
1
-7
/
+9
2022-10-15
tools arch x86: Sync the msr-index.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+18
2022-10-15
perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packet
Qi Liu
7
-0
/
+396
2022-10-15
perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driver
Qi Liu
7
-1
/
+273
2022-10-15
perf auxtrace arm: Refactor event list iteration in auxtrace_record__init()
Qi Liu
1
-19
/
+34
2022-10-15
perf tests stat+json_output: Include sanity check for topology
Athira Rajeev
1
-4
/
+39
2022-10-15
perf tests stat+csv_output: Include sanity check for topology
Athira Rajeev
1
-4
/
+39
2022-10-15
perf intel-pt: Fix system_wide dummy event for hybrid
Adrian Hunter
1
-1
/
+1
2022-10-15
perf intel-pt: Fix segfault in intel_pt_print_info() with uClibc
Adrian Hunter
1
-2
/
+7
2022-10-15
perf test: Fix attr tests for PERF_FORMAT_LOST
James Clark
6
-11
/
+11
2022-10-15
perf test: test_intel_pt.sh: Add 9 tests
Ammy Yi
1
-1
/
+194
[next]