index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
xts.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-11-29
get rid of pt_regs argument of search_binary_handler()
Al Viro
6
-9
/
+8
2012-11-29
get rid of pt_regs argument of do_execve_common()
Al Viro
1
-4
/
+4
2012-11-29
get rid of pt_regs argument of do_execve()
Al Viro
3
-13
/
+8
2012-11-29
make compat_do_execve() static, lose pt_regs argument
Al Viro
2
-8
/
+4
2012-11-29
kill stray kernel_thread() garbage
Al Viro
4
-6
/
+0
2012-11-29
audit: no nested contexts anymore...
Al Viro
1
-81
/
+21
2012-11-29
consolidate sys_execve() prototype
Al Viro
6
-18
/
+3
2012-11-29
generic sys_fork / sys_vfork / sys_clone
Al Viro
3
-4
/
+60
2012-11-29
alpha: reorganize copy_process(), prepare to saner fork_idle()
Al Viro
1
-21
/
+14
2012-11-29
alpha: don't pass useless arguments to do_{,rt_},sigreturn()
Al Viro
2
-12
/
+8
2012-11-29
alpha: simplify fork and friends
Al Viro
2
-19
/
+14
2012-11-29
um: don't bother looking at regs in copy_thread() - current_pt_regs() is what...
Al Viro
1
-1
/
+1
2012-11-29
um: don't bother with passing sp to do_fork() for fork(2)/vfork(2)
Al Viro
1
-6
/
+2
2012-11-29
kill daemonize()
Al Viro
7
-128
/
+1
2012-11-29
microblaze: rt_sigreturn is too trigger-happy about sigaltstack errors
Al Viro
1
-1
/
+1
2012-11-29
score: do_sigaltstack() expects a userland pointer...
Al Viro
1
-5
/
+2
2012-11-29
sh64: fix altstack switching on sigreturn
Al Viro
1
-4
/
+2
2012-11-29
openrisk: fix altstack switching on sigreturn
Al Viro
1
-4
/
+2
2012-11-29
um: get_safe_registers() should be done in flush_thread(), not start_thread()
Al Viro
1
-1
/
+2
2012-11-29
tile: compat rt_sigreturn gets too enthusiastic about sigaltstack errors
Al Viro
1
-1
/
+1
2012-11-26
Linux 3.7-rc7
v3.7-rc7
Linus Torvalds
1
-1
/
+1
2012-11-25
powerpc/eeh: Do not invalidate PE properly
Gavin Shan
1
-1
/
+1
2012-11-24
ALSA: hda - Fix build without CONFIG_PM
Takashi Iwai
1
-2
/
+4
2012-11-23
of/address: sparc: Declare of_iomap as an extern function for sparc again
Andreas Larsson
2
-1
/
+6
2012-11-23
PM / QoS: fix wrong error-checking condition
Guennadi Liakhovetski
1
-1
/
+1
2012-11-23
bnx2x: remove redundant warning log
Ariel Elior
1
-4
/
+7
2012-11-23
vxlan: fix command usage in its doc
Zhi Yong Wu
1
-2
/
+2
2012-11-23
8139cp: revert "set ring address before enabling receiver"
françois romieu
1
-11
/
+11
2012-11-23
MPI: Fix compilation on MIPS with GCC 4.4 and newer
Manuel Lauss
1
-2
/
+17
2012-11-23
MIPS: Fix crash that occurs when function tracing is enabled
Al Cooper
1
-4
/
+4
2012-11-23
MIPS: Merge overlapping bootmem ranges
Ralf Baechle
1
-6
/
+20
2012-11-23
block: Don't access request after it might be freed
Roland Dreier
1
-1
/
+7
2012-11-23
mtip32xx: Fix padding issue
Selvan Mani
1
-2
/
+2
2012-11-23
aoe: avoid running request handler on plugged queue
Ed Cashin
1
-1
/
+1
2012-11-23
mtip32xx: fix potential NULL pointer dereference in mtip_timeout_function()
Wei Yongjun
1
-1
/
+2
2012-11-23
mtip32xx: fix shift larger than type warning
Jens Axboe
1
-1
/
+2
2012-11-23
mtip32xx: Fix incorrect mask used for erase mode
Selvan Mani
1
-1
/
+1
2012-11-23
mtip32xx: Fix to make lba address correct in big-endian systems
Selvan Mani
1
-2
/
+6
2012-11-23
mtip32xx: fix potential crash on SEC_ERASE_UNIT
Selvan Mani
1
-2
/
+2
2012-11-23
dm: fix deadlock with request based dm and queue request_fn recursion
Jens Axboe
1
-1
/
+7
2012-11-23
floppy: destroy floppy workqueue before cleaning up the queue
Jiri Kosina
1
-2
/
+3
2012-11-23
powerpc/pseries: Fix oops with MSIs when missing EEH PEs
Alexey Kardashevskiy
1
-1
/
+2
2012-11-22
i2c: mxs: Handle i2c DMA failure properly
Marek Vasut
1
-0
/
+2
2012-11-22
ipv4: do not cache looped multicasts
Julian Anastasov
1
-2
/
+5
2012-11-22
ALSA: snd-usb: properly initialize the sync endpoint
Daniel Mack
1
-1
/
+1
2012-11-22
OMAPDSS: do not fail if dpll4_m4_ck is missing
Aaro Koskinen
1
-5
/
+9
2012-11-22
[PARISC] fix user-triggerable panic on parisc
Al Viro
1
-2
/
+4
2012-11-22
md/raid10: decrement correct pending counter when writing to replacement.
NeilBrown
1
-1
/
+1
2012-11-22
md/raid10: close race that lose writes lost when replacement completes.
NeilBrown
1
-61
/
+68
2012-11-22
drm/nouveau: use the correct fence implementation for nv50
Maarten Lankhorst
1
-1
/
+2
[next]