index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2006-06-25
[PATCH] kernel/sys.c: cleanups
Adrian Bunk
11
-18
/
+15
2006-06-25
[PATCH] Make printk work for really early debugging
Michael Ellerman
2
-17
/
+34
2006-06-25
[PATCH] Add driver for ARM AMBA PL031 RTC
Deepak Saxena
3
-0
/
+244
2006-06-25
[PATCH] idetape gcc 4.1 warning fix
Daniel Walker
1
-16
/
+33
2006-06-25
[PATCH] openpromfs: factorize out
Jan Engelhardt
1
-5
/
+10
2006-06-25
[PATCH] openpromfs: remove unnecessary casts
Jan Engelhardt
1
-12
/
+12
2006-06-25
[PATCH] openpromfs: fix missing NUL
Jan Engelhardt
1
-2
/
+3
2006-06-25
[PATCH] drivers/char/applicom.c: proper module_{init,exit}
Adrian Bunk
1
-36
/
+4
2006-06-25
[PATCH] oprofile: convert from semaphores to mutexes
Markus Armbruster
4
-25
/
+25
2006-06-25
[PATCH] msnd section fix
Andrew Morton
1
-1
/
+1
2006-06-25
[PATCH] fs/ufs/inode.c: make 2 functions static
Adrian Bunk
2
-5
/
+6
2006-06-25
[PATCH] ufs: ubh_ll_rw_block cleanup
Evgeniy Dushistov
5
-14
/
+13
2006-06-25
[PATCH] ufs: make fsck -f happy
Evgeniy Dushistov
5
-57
/
+139
2006-06-25
[PATCH] ufs: fsync implementation
Evgeniy Dushistov
1
-0
/
+21
2006-06-25
[PATCH] ufs: one way to access super block
Evgeniy Dushistov
3
-157
/
+173
2006-06-25
[PATCH] ufs: missed brelse and wrong baseblk
Evgeniy Dushistov
2
-7
/
+6
2006-06-25
[PATCH] ufs: printk warning fixes
Andrew Morton
1
-3
/
+3
2006-06-25
[PATCH] ufs: zero metadata
Evgeniy Dushistov
1
-40
/
+76
2006-06-25
[PATCH] ufs: unlock_super without lock
Evgeniy Dushistov
1
-4
/
+5
2006-06-25
[PATCH] ufs: i_blocks wrong count
Evgeniy Dushistov
2
-16
/
+12
2006-06-25
[PATCH] ufs: little directory lookup optimization
Evgeniy Dushistov
4
-5
/
+8
2006-06-25
[PATCH] ufs: easy debug
Evgeniy Dushistov
11
-217
/
+168
2006-06-25
[PATCH] ufs: Unmark CONFIG_UFS_FS_WRITE as BROKEN
Evgeniy Dushistov
1
-1
/
+1
2006-06-25
[PATCH] ufs: not usual amounts of fragments per block
Evgeniy Dushistov
2
-71
/
+87
2006-06-25
[PATCH] ufs: wrong type cast
Evgeniy Dushistov
7
-85
/
+91
2006-06-25
[PATCH] ufs: directory and page cache: from blocks to pages
Evgeniy Dushistov
3
-508
/
+552
2006-06-25
[PATCH] ufs: directory and page cache: install aops
Evgeniy Dushistov
2
-34
/
+25
2006-06-25
[PATCH] ufs: change block number on the fly
Evgeniy Dushistov
3
-44
/
+140
2006-06-25
[PATCH] ufs: right block allocation
Evgeniy Dushistov
2
-27
/
+18
2006-06-25
[PATCH] ufs: ufs_trunc_indirect: infinite cycle
Evgeniy Dushistov
3
-47
/
+21
2006-06-25
[PATCH] pnp: card_probe(): fix memory leak
Jesper Juhl
1
-22
/
+26
2006-06-25
[PATCH] fs/freevxfs: cleanup of spelling errors
Cliff Wickman
2
-8
/
+8
2006-06-25
[PATCH] Allow raw_notifier callouts to unregister themselves
Alan Stern
1
-2
/
+3
2006-06-25
[PATCH] Define __raw_get_cpu_var and use it
Paul Mackerras
11
-7
/
+19
2006-06-25
[PATCH] random: remove redundant SA_SAMPLE_RANDOM from touchscreen drivers
Matt Mackall
2
-6
/
+3
2006-06-25
[PATCH] random: change cpqarray to use add_disk_randomness
Matt Mackall
1
-2
/
+3
2006-06-25
[PATCH] random: make CCISS use add_disk_randomness
Matt Mackall
1
-2
/
+2
2006-06-25
[PATCH] random: remove SA_SAMPLE_RANDOM from floppy driver
Matt Mackall
11
-28
/
+18
2006-06-25
[PATCH] bloat-o-meter: gcc-4 fix
Rob Landley
1
-1
/
+2
2006-06-25
[PATCH] ensure NULL deref can't possibly happen in is_exported()
Jesper Juhl
1
-1
/
+1
2006-06-25
[PATCH] Rewritten backlight infrastructure for portable Apple computers
Michael Hanselmann
26
-711
/
+1529
2006-06-25
[PATCH] uml: remove dead declaration
Adrian Bunk
1
-2
/
+0
2006-06-25
[PATCH] m68k: convert VME irq code
Roman Zippel
12
-555
/
+88
2006-06-25
[PATCH] m68k: convert sun3 irq code
Roman Zippel
4
-213
/
+32
2006-06-25
[PATCH] m68k: convert q40 irq code
Roman Zippel
3
-317
/
+169
2006-06-25
[PATCH] m68k: convert mac irq code
Roman Zippel
12
-425
/
+159
2006-06-25
[PATCH] m68k: convert hp300 irq code
Roman Zippel
5
-194
/
+6
2006-06-25
[PATCH] m68k: convert atari irq code
Roman Zippel
2
-247
/
+42
2006-06-25
[PATCH] m68k: convert apollo irq code
Roman Zippel
3
-128
/
+37
2006-06-25
[PATCH] m68k: convert amiga irq code
Roman Zippel
5
-445
/
+117
[next]