Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
b29eac43023bb1b62081efa878c3cf72cb39c437
/
drivers
857600c
[PARISC] Fix stifb with IOREMAP and a 64-bit kernel
by Helge Deller
· 19 years ago
5076c15
[PARISC] I/O-Space must be ioremap_nocache()'d
by Helge Deller
· 19 years ago
a81dd18
[PARISC] Clarify pdc_stable license terms
by Thibaut VARENE
· 19 years ago
5d4fe2c
[PATCH] ixp2000: fix gcc4 breakage
by Lennert Buytenhek
· 19 years ago
391fc09
[PATCH] b44: ensure valid mac addr
by Gary Zambrano
· 19 years ago
bc0e1fc
[PATCH] Janitor: drivers/net/pcnet32: fix incorrect comments
by Linas Vepstas
· 19 years ago
8a91ed6
[PATCH] net: remove CONFIG_NET_CBUS conditional for NS8390
by Arthur Othieno
· 19 years ago
a8b4cf4
[PATCH] natsemi: Support oversized EEPROMs
by Mark Brown
· 19 years ago
8dfc914
[PATCH] spidernet : enable tx checksum offloading by default
by Jens Osterkamp
· 19 years ago
ff59c45
[PATCH] bonding: support carrier state for master
by Jay Vosburgh
· 19 years ago
e21a2b0
Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by Jeff Garzik
· 19 years ago
8a89334
[PATCH] acenic: fix section mismatches
by Randy Dunlap
· 19 years ago
4e5077b
[PATCH] spidernet : reduce console spam
by Jens Osterkamp
· 19 years ago
00b428c
[PATCH] via-rhine: link state fix
by Roger Luethi
· 19 years ago
b8ab2dc
[PATCH] axnet_cs.c : add hardware multicast support
by Komuro
· 19 years ago
5c51312
b44: fix force mac address before ifconfig up
by Gary Zambrano
· 19 years ago
f3cab8a
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 19 years ago
76babde
Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 19 years ago
224b148
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394
by Linus Torvalds
· 19 years ago
652486f
[PATCH] do_SAK: don't depend on session ID 0
by Eric W. Biederman
· 19 years ago
f96a795
[PATCH] do_tty_hangup: use group_send_sig_info not send_group_sig_info
by Eric W. Biederman
· 19 years ago
bac30d1
Merge ../linux-2.6
by Paul Mackerras
· 19 years ago
c0e4077
Merge with git+ssh://master.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
by Jody McIntyre
· 19 years ago
94c2d01
ohci1394: cleanup the "Unexpected PCI resource length" warning.
by Jody McIntyre
· 19 years ago
d024ebc
sbp2: misc debug logging cleanups
by Stefan Richter
· 19 years ago
8f0525f
sbp2: proper treatment of DID_OK
by Stefan Richter
· 19 years ago
23e93f1
ieee1394: set read permission for parameter disable_irm
by Stefan Richter
· 19 years ago
e3a0597
[TG3]: Update version and reldate
by Michael Chan
· 19 years ago
f475f16
[TG3]: Skip timer code during full lock
by Michael Chan
· 19 years ago
100c467
[TG3]: Speed up SRAM access
by Michael Chan
· 19 years ago
ff18ff0
[TG3]: Fix PHY loopback on 5700
by Michael Chan
· 19 years ago
6728a8e
[TG3]: Fix bug in 40-bit DMA workaround code
by Michael Chan
· 19 years ago
008652b
[TG3]: Fix probe failure due to invalid MAC address
by Michael Chan
· 19 years ago
5566405
sbp2: check for ARM failure
by Stefan Richter
· 19 years ago
180a430
ohci1394: clean up asynchronous and physical request filters programming
by Stefan Richter
· 19 years ago
c1d08eb
ieee1394: remove amdtp remains from ieee1394_core.h
by Stefan Richter
· 19 years ago
a874844
ieee1394: remove devfs support
by Stefan Richter
· 19 years ago
e2f8165
Signed-off-by: Jody McIntyre <scjody@modernduck.com>
by Jody McIntyre
· 19 years ago
147830f
sbp2: prevent unloading of 1394 low-level driver
by Stefan Richter
· 19 years ago
d4965b3
Merge master.kernel.org:/home/rmk/linux-2.6-serial
by Linus Torvalds
· 19 years ago
9561b03
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq
by Linus Torvalds
· 19 years ago
c326e27
[CPUFREQ] cpufreq_conservative: keep ignore_nice_load and freq_step values when reselected
by Mattia Dongili
· 19 years ago
7f927fc
[PATCH] Typo fixes
by Alexey Dobriyan
· 19 years ago
910638a
[PATCH] Replace 0xff.. with correct DMA_xBIT_MASK
by Matthias Gehre
· 19 years ago
60c904a
[PATCH] drivers/scsi/*: use time_after() and friends
by Marcelo Feitoza Parisi
· 19 years ago
9bae1ff
[PATCH] ide-tape: use time_after(), time_after_eq()
by Marcelo Feitoza Parisi
· 19 years ago
05613bd
[PATCH] nvidia-agp: use time_before_eq()
by Marcelo Feitoza Parisi
· 19 years ago
50297cb
[PATCH] drivers/block/*: use time_after() and friends
by Marcelo Feitoza Parisi
· 19 years ago
4b6f5d2
[PATCH] Make most file operations structs in fs/ const
by Arjan van de Ven
· 19 years ago
99ac48f
[PATCH] mark f_ops const in the inode
by Arjan van de Ven
· 19 years ago
fe449f4
[PATCH] for_each_possible_cpu: oprofile.
by KAMEZAWA Hiroyuki
· 19 years ago
0fed484
[PATCH] for_each_possible_cpu: loopback device.
by KAMEZAWA Hiroyuki
· 19 years ago
b02389e
[PATCH] ide_generic_all_on() warning fix
by Andrew Morton
· 19 years ago
d266ab8
[PATCH] Small fixes backported to old IDE SiS driver
by Alan Cox
· 19 years ago
9edc91d
[PATCH] ide: AMD756 no host side cable detection
by Rene Herman
· 19 years ago
fa8f399
[PATCH] drivers/block/acsi_slm.c: size_t can't be < 0
by Alexey Dobriyan
· 19 years ago
3b71797
[PATCH] drivers/block/paride/pd.c: fix an off-by-one error
by Adrian Bunk
· 19 years ago
2735771
[PATCH] Add oprofile_add_ext_sample
by Brian Rogan
· 19 years ago
6d9eac3
[PATCH] capi: register_chrdev() fix
by Andrew Morton
· 19 years ago
829d5f6
[PATCH] paride-pt: register_chrdev fix
by Andrew Morton
· 19 years ago
8637980
[PATCH] paride: register_chrdev fix
by Andrew Morton
· 19 years ago
a687fb1
[PATCH] let BLK_DEV_RAM_COUNT depend on BLK_DEV_RAM
by Adrian Bunk
· 19 years ago
be4676e
[PATCH] synclink_gt: remove uneeded async code
by Paul Fulghum
· 19 years ago
0080b7a
[PATCH] synclink_gt add gpio feature
by Paul Fulghum
· 19 years ago
86a3414
[PATCH] synclink: remove dead code
by Paul Fulghum
· 19 years ago
e822250
[PATCH] powerpc: Kill _machine and hard-coded platform numbers
by Benjamin Herrenschmidt
· 19 years ago
f4d1749
[PATCH] powerpc: add hvc backend for rtas
by Arnd Bergmann
· 19 years ago
45d607e
[PATCH] powerpc: hvc_console updates
by Ryan S. Arnold
· 19 years ago
0bb065f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/cpufreq-2.6
by Dave Jones
· 19 years ago
4fa6391
Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block
by Linus Torvalds
· 19 years ago
df5b89b
[PATCH] md: Convert reconfig_sem to reconfig_mutex
by NeilBrown
· 19 years ago
48c9c27
[PATCH] sem2mutex: drivers/md
by Arjan van de Ven
· 19 years ago
2f88912
[PATCH] md: Restore 'remaining' count when retrying an write operation
by NeilBrown
· 19 years ago
8ddeeae
[PATCH] md: Fix md grow/size code to correctly find the maximum available space
by NeilBrown
· 19 years ago
f634475
[PATCH] md: Remove bi_end_io call out from under a spinlock
by NeilBrown
· 19 years ago
b3b46be
[PATCH] md: Remove some stray semi-colons after functions called in macro..
by NeilBrown
· 19 years ago
df8e7f76
[PATCH] md: Improve comments about locking situation in raid5 make_request
by NeilBrown
· 19 years ago
e464eaf
[PATCH] md: Support suspending of IO to regions of an md array
by NeilBrown
· 19 years ago
16484bf
[PATCH] md: Make 'reshape' a possible sync_action action
by NeilBrown
· 19 years ago
63c70c4
[PATCH] md: Split reshape handler in check_reshape and start_reshape
by NeilBrown
· 19 years ago
b578d55
[PATCH] md: Only checkpoint expansion progress occasionally
by NeilBrown
· 19 years ago
f670557
[PATCH] md: Checkpoint and allow restart of raid5 reshape
by NeilBrown
· 19 years ago
2926955
[PATCH] md: Final stages of raid5 expand code
by NeilBrown
· 19 years ago
ccfcc3c
[PATCH] md: Core of raid5 resize process
by NeilBrown
· 19 years ago
7ecaa1e
[PATCH] md: Infrastructure to allow normal IO to continue while array is expanding
by NeilBrown
· 19 years ago
ad01c9e
[PATCH] md: Allow stripes to be expanded in preparation for expanding an array
by NeilBrown
· 19 years ago
b55e6bf
[PATCH] md: Split disks array out of raid5 conf structure so it is easier to grow
by NeilBrown
· 19 years ago
4588b42
[PATCH] md: Update status_resync to handle LARGE devices
by NeilBrown
· 19 years ago
1be7892
[PATCH] md: Fix the 'failed' count for version-0 superblocks
by NeilBrown
· 19 years ago
c5a10f6
[PATCH] md: Add '4' to the list of levels for which bitmaps are supported
by NeilBrown
· 19 years ago
89e5c8b
[PATCH] md: Make sure QUEUE_FLAG_CLUSTER is set properly for md.
by NeilBrown
· 19 years ago
a22c96c
[PATCH] dm: remove unnecessary typecast
by Kevin Corry
· 19 years ago
f165921
[PATCH] dm/md dependency tree in sysfs: dm to use bd_claim_by_disk
by Jun'ichi Nomura
· 19 years ago
5463c79
[PATCH] dm/md dependency tree in sysfs: md to use bd_claim_by_disk
by Jun'ichi Nomura
· 19 years ago
3ac51e7
[PATCH] dm store geometry
by Darrick J. Wong
· 19 years ago
1134e5a
[PATCH] dm table: store md
by Mike Anderson
· 19 years ago
9ade92a
[PATCH] dm: tidy mdptr
by Alasdair G Kergon
· 19 years ago
7e51f25
[PATCH] dm: store md name
by Mike Anderson
· 19 years ago
1ecac7f
[PATCH] dm flush queue EINTR
by Jun'ichi Nomura
· 19 years ago
138728dc
[PATCH] dm snapshot: fix kcopyd destructor
by Alasdair G Kergon
· 19 years ago
Next »