index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
openrisc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-02-02
docbook: fix fatal errors in device-drivers docbook and add DMA Management se...
Randy Dunlap
1
-2
/
+10
2012-02-02
lib: Fix 32-bit sparc udiv_qrnnd() definition in mpilib's longlong.h
David Miller
1
-11
/
+33
2012-02-02
lib: Fix multiple definitions of clz_tab
David Miller
6
-34
/
+26
2012-02-01
proc: make sure mem_open() doesn't pin the target's memory
Oleg Nesterov
1
-1
/
+13
2012-02-01
proc: unify mem_read() and mem_write()
Oleg Nesterov
1
-58
/
+32
2012-02-01
proc: mem_release() should check mm != NULL
Oleg Nesterov
1
-2
/
+2
2012-02-01
MAINTAINERS: Greg's suse email address is dead
Greg KH
1
-15
/
+14
2012-02-01
mtd: fix merge conflict resolution breakage
Artem Bityutskiy
2
-7
/
+1
2012-02-01
lib/digsig: checks for NULL return value
Dmitry Kasatkin
1
-2
/
+6
2012-02-01
lib/mpi: added missing NULL check
Dmitry Kasatkin
1
-0
/
+2
2012-02-01
lib/mpi: added comment on divide by 0 case
Dmitry Kasatkin
1
-0
/
+4
2012-02-01
lib/mpi: check for possible zero length
Dmitry Kasatkin
1
-0
/
+3
2012-02-01
lib/digsig: pkcs_1_v1_5_decode_emsa cleanup
Dmitry Kasatkin
1
-25
/
+10
2012-02-01
lib/digsig: additional sanity checks against badly formated key payload
Dmitry Kasatkin
1
-2
/
+7
2012-02-01
lib/mpi: removed unused functions
Dmitry Kasatkin
1
-88
/
+0
2012-02-01
lib/mpi: checks for zero divisor length
Dmitry Kasatkin
1
-0
/
+3
2012-02-01
lib/mpi: return error code on dividing by zero
Dmitry Kasatkin
1
-1
/
+1
2012-02-01
lib/mpi: replaced MPI_NULL with normal NULL
Dmitry Kasatkin
3
-7
/
+5
2012-02-01
lib/mpi: added missing NULL check
Dmitry Kasatkin
1
-1
/
+2
2012-01-31
Linux 3.3-rc2
v3.3-rc2
Linus Torvalds
1
-1
/
+1
2012-01-31
Revert "microblaze: Add topology init"
Michal Simek
1
-20
/
+1
2012-01-31
perf top: Fix number of samples displayed
Stephane Eranian
1
-3
/
+10
2012-01-31
perf tools: Fix strlen() bug in perf_event__synthesize_event_type()
Stephane Eranian
1
-1
/
+1
2012-01-31
perf tools: Fix broken build by defining _GNU_SOURCE in Makefile
David Daney
8
-16
/
+3
2012-01-31
RDMA/nes: Copyright update
Tatyana Nikolova
14
-14
/
+14
2012-01-31
IB/mlx4: pass SMP vendor-specific attribute MADs to firmware
Jack Morgenstein
1
-5
/
+2
2012-01-30
firewire: ohci: disable MSI on Ricoh controllers
Stefan Richter
1
-1
/
+1
2012-01-30
af_unix: fix EPOLLET regression for stream sockets
Eric Dumazet
1
-15
/
+4
2012-01-30
tcp: fix tcp_trim_head() to adjust segment count with skb MSS
Neal Cardwell
1
-4
/
+2
2012-01-30
net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTL
Glauber Costa
3
-3
/
+16
2012-01-30
x86/reboot: Remove VersaLogic Menlow reboot quirk
Michael D Labriola
1
-8
/
+0
2012-01-30
x86/reboot: Skip DMI checks if reboot set by user
Michael D Labriola
1
-2
/
+26
2012-01-30
vmwgfx: Fix assignment in vmw_framebuffer_create_handle
Ryan Mallon
1
-1
/
+1
2012-01-30
drm/radeon/kms: Fix device tree linkage of i2c buses
Jean Delvare
1
-0
/
+1
2012-01-30
drm: Pass the real error code back during GEM bo initialisation
Chris Wilson
1
-1
/
+1
2012-01-30
Revert "drm/i810: cleanup reclaim_buffers"
Daniel Vetter
3
-13
/
+11
2012-01-29
hwmon: (w83627ehf) Disable setting DC mode for pwm2, pwm3 on NCT6776F
Guenter Roeck
1
-0
/
+6
2012-01-29
PM / Hibernate: Fix s2disk regression related to freezing workqueues
Rafael J. Wysocki
3
-0
/
+30
2012-01-29
hwmon: (sht15) fix bad error code
Vivien Didelot
1
-1
/
+2
2012-01-28
x86/dumpstack: Remove unneeded check in dump_trace()
Dan Carpenter
1
-1
/
+1
2012-01-28
Logfs: Allow NULL block_isbad() methods
Joern Engel
1
-14
/
+12
2012-01-28
logfs: Grow inode in delete path
Joern Engel
1
-0
/
+4
2012-01-28
logfs: Free areas before calling generic_shutdown_super()
Joern Engel
3
-4
/
+12
2012-01-28
logfs: remove useless BUG_ON
Joern Engel
1
-1
/
+0
2012-01-28
MAINTAINERS: Add Prasad Joshi in LogFS maintiners
Prasad Joshi
1
-0
/
+1
2012-01-28
logfs: Propagate page parameter to __logfs_write_inode
Prasad Joshi
4
-9
/
+9
2012-01-28
logfs: set superblock shutdown flag after generic sb shutdown
Prasad Joshi
1
-1
/
+1
2012-01-28
logfs: take write mutex lock during fsync and sync
Prasad Joshi
4
-4
/
+8
2012-01-28
logfs: Prevent memory corruption
Joern Engel
1
-1
/
+1
2012-01-28
logfs: update page reference count for pined pages
Prasad Joshi
2
-15
/
+51
[next]