index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2012-05-29
hpfs: get rid of bitfields endianness wanking in extended_attribute
Al Viro
-34
/
+35
2012-05-29
fs: fix inode.c kernel-doc warnings
Randy Dunlap
-2
/
+1
2012-05-29
hpfs: endianness bugs
Al Viro
-3
/
+3
2012-05-29
btrfs: trivial endianness annotations
Al Viro
-7
/
+8
2012-05-29
ocfs2: kill endianness abuses in blockcheck.c
Al Viro
-20
/
+22
2012-05-29
ocfs2: deal with __user misannotations
Al Viro
-21
/
+16
2012-05-29
ocfs2: trivial endianness misannotations
Al Viro
-5
/
+5
2012-05-29
affs: bury unused macros
Al Viro
-8
/
+0
2012-05-29
kill v9fs_dentry_from_dir_inode()
Al Viro
-21
/
+3
2012-05-29
selinuxfs snprintf() misuses
Al Viro
-29
/
+7
2012-05-29
ceph: move encode_fh to new API
Sage Weil
-13
/
+21
2012-05-29
->encode_fh() API change
Al Viro
-140
/
+94
2012-05-29
ubifs: use generic_fillattr()
Al Viro
-10
/
+1
2012-05-29
xfs: switch to proper __bitwise type for KM_... flags
Al Viro
-19
/
+20
2012-05-29
switch utimes() to fget_light/fput_light
Al Viro
-2
/
+3
2012-05-29
switch statfs to fget_light/fput_light
Al Viro
-2
/
+3
2012-05-29
switch flock to fget_light/fput_light
Al Viro
-2
/
+3
2012-05-29
switch signalfd4() to fget_light/fput_light
Al Viro
-3
/
+4
2012-05-29
switch fcntl to fget_raw_light/fput_light
Al Viro
-25
/
+17
2012-05-29
switch xattr syscalls to fget_light/fput_light
Al Viro
-8
/
+12
2012-05-29
switch readdir/getdents to fget_light/fput_light
Al Viro
-38
/
+28
2012-05-29
switch do_fsync() to fget_light()
Al Viro
-2
/
+3
2012-05-29
Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-613
/
+774
2012-05-29
drop_monitor: Add module alias to enable automatic module loading
Neil Horman
-0
/
+1
2012-05-29
genetlink: Build a generic netlink family module alias
Neil Horman
-3
/
+5
2012-05-29
net: add MODULE_ALIAS_NET_PF_PROTO_NAME
Neil Horman
-0
/
+3
2012-05-29
r6040: Do a Proper deinit at errorpath and also when driver unloads (calling ...
Devendra Naga
-0
/
+5
2012-05-29
r6040: disable pci device if the subsequent calls (after pci_enable_device) f...
Devendra Naga
-4
/
+6
2012-05-29
perf ui browser: Stop using 'self'
Arnaldo Carvalho de Melo
-320
/
+320
2012-05-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac
Linus Torvalds
-1468
/
+1981
2012-05-29
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
-3742
/
+4510
2012-05-29
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
-89
/
+44
2012-05-29
perf annotate browser: Read perf config file for settings
Arnaldo Carvalho de Melo
-0
/
+60
2012-05-29
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
-2548
/
+4693
2012-05-29
perf config: Allow '_' in config file variable names
Arnaldo Carvalho de Melo
-1
/
+1
2012-05-29
perf annotate browser: Make feature toggles global
Arnaldo Carvalho de Melo
-35
/
+66
2012-05-29
perf annotate browser: The idx_asm field should be used in asm only view
Arnaldo Carvalho de Melo
-1
/
+5
2012-05-29
drivers/rtc/rtc-s3c.c: fix compiler warning
Sachin Kamat
-1
/
+1
2012-05-29
drivers/rtc/rtc-tegra.c: clean up probe/remove routines
Hannu Heikkinen
-37
/
+13
2012-05-29
drivers/rtc/rtc-pl031.c: remove RTC timer interrupt handling
Rajkumar Kasirajan
-11
/
+3
2012-05-29
drivers/rtc/rtc-lpc32xx.c: add device tree support
Roland Stigge
-1
/
+26
2012-05-29
drivers/rtc/rtc-m41t93.c: don't let get_time() reset M41T93_FLAG_OF
Nikolaus Voss
-19
/
+27
2012-05-29
rtc: ds1307: add trickle charger support
Wolfram Sang
-3
/
+38
2012-05-29
rtc: ds1307: remove superfluous initialization
Wolfram Sang
-1
/
+0
2012-05-29
rtc: rename CONFIG_RTC_MXC to CONFIG_RTC_DRV_MXC
Fabio Estevam
-4
/
+4
2012-05-29
drivers/rtc/Kconfig: place RTC_DRV_IMXDI and RTC_MXC under "on-CPU RTC drivers"
Fabio Estevam
-21
/
+21
2012-05-29
drivers/rtc/rtc-pcf8563.c: add RTC_VL_READ/RTC_VL_CLR ioctl feature
Alexander Stein
-1
/
+43
2012-05-29
rtc: add ioctl to get/clear battery low voltage status
Alexander Stein
-0
/
+3
2012-05-29
drivers/rtc/rtc-ep93xx.c: convert to use module_platform_driver()
H Hartley Sweeten
-18
/
+6
2012-05-29
rtc/spear: add Device Tree probing capability
Viresh Kumar
-0
/
+27
[prev]
[next]