index
:
kernel/git/stable/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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-11-02
um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in ...
Al Viro
2011-11-02
um: kill includes of sysdep/sigcontext.h from stuff built with kernel headers
Al Viro
2011-11-02
um: merge arch/um/os-Linux/sys-{i386,x86_64}
Al Viro
2011-11-02
um: merge hard_handler() instances, switch to use of SA_SIGINFO
Al Viro
2011-11-02
um: kill dead code around uaccess
Al Viro
2011-11-02
um: merge arch/um/sys-{i386,x86_64}
Al Viro
2011-11-02
um: merge arch/um/sys-{i386,x86_64}/shared
Al Viro
2011-11-02
um: merge arch/um/sys-{i386,x86_64}/asm
Al Viro
2011-11-02
um: get rid of unused macros in ptrace_user.h
Al Viro
2011-11-02
um: get rid of sysdep/sc.h
Al Viro
2011-11-02
um: Get rid of UPT_SET/UPT_REG macros
Al Viro
2011-11-02
um: take vm-flags.h to sys-*/asm
Al Viro
2011-11-02
um: get rid of sysdep/checksum.h
Al Viro
2011-11-02
um: trim unused junk from user.h
Al Viro
2011-11-02
um: get rid of kern_constants.h
Al Viro
2011-11-02
um: kill a couple of useless includes of kern_constants.h
Al Viro
2011-11-02
um: -include user.h for USER_OBJ, trim includes
Al Viro
2011-11-02
um: take user_constants.h to include/generated
Al Viro
2011-11-02
um: kill skas_ptregs.h
Al Viro
2011-11-02
um: switch to -idirafter, get saner kern_constants.h out of that
Al Viro
2011-11-02
um: series of __get_user() is costly in sigframe handling
Al Viro
2011-11-02
um: make copy_sc() static
Al Viro
2011-11-02
um: don't rely on sc.fpstate not having been reassigned prior to rt_sigreturn()
Al Viro
2011-11-02
um: switch {rt_,}sigreturn() to set_current_blocked()
Al Viro
2011-11-02
um: use subarch-obj instead of copying...
Al Viro
2011-11-02
vfs: add d_prune dentry operation
Sage Weil
2011-11-02
vfs: protect i_nlink
Miklos Szeredi
2011-11-02
filesystems: add set_nlink()
Miklos Szeredi
2011-11-02
filesystems: add missing nlink wrappers
Miklos Szeredi
2011-11-02
logfs: remove unnecessary nlink setting
Miklos Szeredi
2011-11-02
ocfs2: remove unnecessary nlink setting
Miklos Szeredi
2011-11-02
jfs: remove unnecessary nlink setting
Miklos Szeredi
2011-11-02
hypfs: remove unnecessary nlink setting
Miklos Szeredi
2011-11-02
vfs: ignore error on forced remount
Miklos Szeredi
2011-11-02
readlinkat: ensure we return ENOENT for the empty pathname for normal lookups
Andy Whitcroft
2011-11-02
vfs: fix dentry leak in simple_fill_super()
Konstantin Khlebnikov
2011-11-02
vmwgfx: Reinstate the update_layout ioctl
Thomas Hellstrom
2011-11-02
ALSA: hda - Add support for 92HD65 / 92HD66 family of codecs
Charles Chin
2011-11-02
ALSA: hda - Disable power-widget control for IDT 92HD83/93 as default
Charles Chin
2011-11-02
ALSA: hda - Check NO_PRESENCE pincfg default bit
Takashi Iwai
2011-11-02
net: fix typo in drivers/net/ethernet/xilinx/ll_temac_main.c
Stephen Rothwell
2011-11-02
udp: fix a race in encap_rcv handling
Eric Dumazet
2011-11-02
x25: Fix NULL dereference in x25_recvmsg
Dave Jones
2011-11-01
Merge branch 'next/soc' of git://git.linaro.org/people/arnd/arm-soc
Linus Torvalds
2011-11-01
Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-soc
Linus Torvalds
2011-11-01
Merge branch 'next/cleanup2' of git://git.linaro.org/people/arnd/arm-soc
Linus Torvalds
2011-11-01
Merge branch 'next/cross-platform' of git://git.linaro.org/people/arnd/arm-soc
Linus Torvalds
2011-11-01
Merge branch 'next/devel' of git://git.linaro.org/people/arnd/arm-soc
Linus Torvalds
2011-11-01
Merge branch 'next/board' of git://git.linaro.org/people/arnd/arm-soc
Linus Torvalds
2011-11-01
Merge branch 'next/deletion' of git://git.linaro.org/people/arnd/arm-soc
Linus Torvalds
[prev]
[next]