index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: bitmap: provide devm_bitmap_alloc() and devm_bitmap_zalloc()
Bartosz Golaszewski
2021-05-05
2
-0
/
+41
*
lib: bitmap: order includes alphabetically
Bartosz Golaszewski
2021-05-05
2
-6
/
+7
*
lib: bitmap: remove the 'extern' keyword from function declarations
Bartosz Golaszewski
2021-05-05
1
-58
/
+57
*
gpiolib: some edits of kernel docs for clarity
Randy Dunlap
2021-03-26
1
-6
/
+6
*
tools: gpio-utils: fix various kernel-doc warnings
Randy Dunlap
2021-03-26
1
-9
/
+9
*
gpio: Mention GPIO MUX in docs
Linus Walleij
2021-03-26
1
-0
/
+6
*
gpio: mockup: Adjust documentation to the code
Andy Shevchenko
2021-03-26
1
-5
/
+6
*
gpio: mockup: Drop duplicate NULL check in gpio_mockup_unregister_pdevs()
Andy Shevchenko
2021-03-26
1
-7
/
+2
*
gpiolib: Fold conditionals into a simple ternary operator
Andy Shevchenko
2021-03-26
1
-7
/
+2
*
gpiolib: Reuse device's fwnode to create IRQ domain
Andy Shevchenko
2021-03-26
1
-11
/
+4
*
gpiolib: Introduce acpi_gpio_dev_init() and call it from core
Andy Shevchenko
2021-03-26
3
-0
/
+12
*
gpiolib: Move of_node operations to gpiolib-of and correct fwnode use
Andy Shevchenko
2021-03-26
2
-7
/
+8
*
gpiolib: Unify the checks on fwnode type
Andy Shevchenko
2021-03-26
1
-15
/
+13
*
irqdomain: Introduce irq_domain_create_simple() API
Andy Shevchenko
2021-03-26
3
-25
/
+36
*
docs: driver-api: gpio: consumer: Mark another line of code as such
Jonathan Neuschäfer
2021-03-26
1
-1
/
+1
*
Linux 5.12-rc4
v5.12-rc4
Linus Torvalds
2021-03-21
1
-1
/
+1
*
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-03-21
11
-72
/
+168
|
\
|
*
ext4: initialize ret to suppress smatch warning
Theodore Ts'o
2021-03-21
1
-1
/
+1
|
*
ext4: stop inode update before return
Pan Bian
2021-03-21
1
-1
/
+3
|
*
ext4: fix rename whiteout with fast commit
Harshad Shirwadkar
2021-03-21
3
-2
/
+12
|
*
ext4: fix timer use-after-free on failed mount
Jan Kara
2021-03-21
1
-1
/
+1
|
*
ext4: fix potential error in ext4_do_update_inode
Shijie Luo
2021-03-21
1
-4
/
+4
|
*
ext4: do not try to set xattr into ea_inode if value is empty
zhangyi (F)
2021-03-21
1
-1
/
+1
|
*
ext4: do not iput inode under running transaction in ext4_rename()
zhangyi (F)
2021-03-21
1
-9
/
+9
|
*
ext4: find old entry again if failed to rename whiteout
zhangyi (F)
2021-03-21
1
-2
/
+27
|
*
ext4: fix error handling in ext4_end_enable_verity()
Eric Biggers
2021-03-11
1
-34
/
+55
|
*
ext4: fix bh ref count on error paths
Zhaolong Zhang
2021-03-06
1
-3
/
+3
|
*
fs/ext4: fix integer overflow in s_log_groups_per_flex
Sabyrzhan Tasbolatov
2021-03-06
1
-2
/
+9
|
*
ext4: add reclaim checks to xattr code
Jan Kara
2021-03-06
1
-0
/
+4
|
*
ext4: shrink race window in ext4_should_retry_alloc()
Eric Whitney
2021-03-06
4
-12
/
+39
*
|
Merge tag 'io_uring-5.12-2021-03-21' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-03-21
3
-7
/
+31
|
\
\
|
*
|
io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG...
Stefan Metzmacher
2021-03-21
1
-4
/
+20
|
*
|
io-wq: ensure task is running before processing task_work
Jens Axboe
2021-03-21
1
-2
/
+6
|
*
|
signal: don't allow STOP on PF_IO_WORKER threads
Eric W. Biederman
2021-03-21
1
-1
/
+2
|
*
|
signal: don't allow sending any signals to PF_IO_WORKER threads
Jens Axboe
2021-03-21
1
-0
/
+3
*
|
|
Merge tag 'staging-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-03-21
14
-48
/
+75
|
\
\
\
|
*
|
|
staging: vt665x: fix alignment constraints
Edmundo Carmona Antoranz
2021-03-18
1
-2
/
+2
|
*
|
|
staging: comedi: cb_pcidas64: fix request_irq() warn
Tong Zhang
2021-03-16
1
-1
/
+1
|
*
|
|
staging: comedi: cb_pcidas: fix request_irq() warn
Tong Zhang
2021-03-16
1
-1
/
+1
|
*
|
|
MAINTAINERS: move the staging subsystem to lists.linux.dev
Greg Kroah-Hartman
2021-03-16
1
-2
/
+1
|
*
|
|
MAINTAINERS: move some real subsystems off of the staging mailing list
Greg Kroah-Hartman
2021-03-16
1
-2
/
+2
|
*
|
|
Merge tag 'iio-fixes-for-5.12a' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
2021-03-15
10
-40
/
+68
|
|
\
\
\
|
|
*
|
|
iio: gyro: mpu3050: Fix error handling in mpu3050_trigger_handler
Dinghao Liu
2021-03-06
1
-0
/
+2
|
|
*
|
|
iio: hid-sensor-temperature: Fix issues of timestamp channel
Ye Xiang
2021-03-06
1
-6
/
+8
|
|
*
|
|
iio: hid-sensor-humidity: Fix alignment issue of timestamp channel
Ye Xiang
2021-03-06
1
-5
/
+7
|
|
*
|
|
counter: stm32-timer-cnt: fix ceiling miss-alignment with reload register
Fabrice Gasnier
2021-03-06
1
-8
/
+3
|
|
*
|
|
counter: stm32-timer-cnt: fix ceiling write max value
Fabrice Gasnier
2021-03-06
1
-0
/
+5
|
|
*
|
|
counter: stm32-timer-cnt: Report count function when SLAVE_MODE_DISABLED
William Breathitt Gray
2021-02-27
1
-14
/
+25
|
|
*
|
|
iio: adc: ab8500-gpadc: Fix off by 10 to 3
Linus Walleij
2021-02-21
1
-1
/
+1
|
|
*
|
|
iio:adc:stm32-adc: Add HAS_IOMEM dependency
Jonathan Cameron
2021-02-21
1
-0
/
+1
[next]