index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
basic
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-04-03
[PATCH] x86_64: Fix segment constraints
Andi Kleen
1
-2
/
+2
2005-04-03
[PATCH] missing gameport dependencies
Alexander Viro
1
-0
/
+4
2005-04-03
[PATCH] missing include in lanai.c
Alexander Viro
1
-0
/
+1
2005-04-03
[PATCH] cpuset.c __user annotations
Alexander Viro
1
-4
/
+4
2005-04-03
[PATCH] usblcd portability fix
Alexander Viro
2
-6
/
+8
2005-04-03
[PATCH] jsm fixes
Alexander Viro
4
-14
/
+10
2005-04-03
[PATCH] generic_serial.c portability fix
Alexander Viro
1
-1
/
+1
2005-04-03
[PATCH] non-portable include in coda
Alexander Viro
1
-1
/
+0
2005-04-03
[PATCH] Fix Oops in MXB driver (v4l2 subsystem)
Michael Hunold
2
-4
/
+7
2005-04-03
[PATCH] kfree() NULL pointer cleanups - no need to check - fs/ext3/
Jesper Juhl
2
-12
/
+6
2005-04-03
[PATCH] ext3: move goal logical block into block allocation info structure
Mingming Cao
7
-67
/
+91
2005-04-03
[PATCH] ext3: reservation info cleanup: remove rsv_seqlock
Mingming Cao
4
-27
/
+17
2005-04-03
[PATCH] ext3: dynamic allocation of block reservation info
Mingming Cao
7
-25
/
+68
2005-04-03
[PATCH] ppc64: Fix boot memory corruption
Benjamin Herrenschmidt
1
-1
/
+12
2005-04-03
[PATCH] ppc64: add definition for PAGE_AGP
Benjamin Herrenschmidt
1
-0
/
+3
2005-04-03
[PATCH] ppc64: Export re{serv,leas}e_pmc_hardware() for oprofile
Paul Mackerras
1
-0
/
+3
2005-04-03
[PATCH] ppc32: clean up arch/ppc/syslib/prom_init.c
Paul Mackerras
2
-78
/
+54
2005-04-03
[PATCH] ppc32: add syscall6 definition
Paul Mackerras
1
-2
/
+13
2005-04-03
[PATCH] ppc32: eliminate gcc warning in xmon.c
Paul Mackerras
1
-4
/
+4
2005-04-03
[PATCH] ppc32: eliminate gcc warning in prom.c
Paul Mackerras
1
-1
/
+1
2005-04-03
[PATCH] ppc32: use correct sysrq function
Paul Mackerras
1
-3
/
+1
2005-04-03
[PATCH] ppc32: rename head_e500.S to head_fsl_booke.S
Kumar Gala
3
-3
/
+3
2005-04-03
[PATCH] BDI: Improve nommu mmap support
David Howells
3
-216
/
+384
2005-04-03
[PATCH] x86: fix subarch breakage in intel_cacheinfo.c
James Bottomley
1
-0
/
+2
2005-04-04
kconfig: complete cpufreq Kconfig cleanup
Roman Zippel
4
-45
/
+16
2005-04-03
[ARM] Fix u32 vs. pm_message_t in arm
pavel@cz.rmk.(none)
14
-15
/
+15
2005-04-03
[SPARC]: iomem annotations in SOC driver
Alexander Viro
2
-13
/
+22
2005-04-03
[CRYPTO]: Update MAINTAINERS entry mailing list.
Herbert Xu
1
-1
/
+1
2005-04-03
[NET]: Missing proto_list_lock initialization.
James Bottomley
1
-1
/
+1
2005-04-02
[ide] fix via82cxxx resume failure
Bartlomiej Zolnierkiewicz
1
-5
/
+2
2005-04-02
[ide] kill ide-default
Bartlomiej Zolnierkiewicz
4
-110
/
+37
2005-04-02
[ide] get driver from rq->rq_disk->private_data
Bartlomiej Zolnierkiewicz
10
-25
/
+91
2005-04-02
[ide] kill ide_drive_t->disk
Bartlomiej Zolnierkiewicz
10
-108
/
+143
2005-04-02
[ide] add ide_{un}register_region()
Bartlomiej Zolnierkiewicz
4
-17
/
+54
2005-04-02
[ide] destroy_proc_ide_device() cleanup
Bartlomiej Zolnierkiewicz
1
-3
/
+0
2005-04-02
[ide] drive->dsc_overlap fix
Bartlomiej Zolnierkiewicz
3
-5
/
+5
2005-04-02
[ide] drive->nice1 fix
Bartlomiej Zolnierkiewicz
2
-4
/
+8
2005-04-02
[ARM PATCH] 2638/1: RX3715 - allow fclk as clock source
Ben Dooks
1
-0
/
+16
2005-04-02
[ARM PATCH] 2637/1: Combine code for Sharp SL series parameter area
Richard Purdie
12
-124
/
+118
2005-04-01
[SPARC64]: Make sure per-cpu area address creates legal TSB value.
David S. Miller
1
-3
/
+15
2005-04-01
PCI: revert dumb SGI patch for resource freeing.
Greg Kroah-Hartman
2
-2
/
+1
2005-04-01
[NET]: Improve gnet_stats_* dumping logic to be less error prone
Thomas Graf
1
-13
/
+24
2005-04-01
[NET]: Allow dumping of application specific statistics if no primary TLV is ...
Thomas Graf
2
-5
/
+9
2005-04-01
[PKT_SCHED]: Properly return when no backward compatibility action statistics...
Thomas Graf
1
-0
/
+2
2005-03-31
[SPARC64]: Store per-cpu pointer in IMMU TSB register.
David S. Miller
7
-39
/
+78
2005-03-31
[PATCH] SELINUX: Fix i_sock reference.
Trond Myklebust
1
-1
/
+1
2005-03-31
[SELINUX]: Fix for removal of i_sock
Stephen D. Smalley
1
-18
/
+3
2005-03-31
[PATCH] I2C: Fix a common race condition in hardware monitoring
Jean Delvare
29
-151
/
+499
2005-03-31
[PATCH] I2C: Move functionality handling from i2c-core to i2c.h
Jean Delvare
2
-21
/
+8
2005-03-31
[PATCH] I2C: pcf8574 doesn't need a lock
Jean Delvare
1
-18
/
+9
[next]