index
:
platform/kernel/linux-stable
linux-3.14.y
sandbox/rkrypa/tizen-netfilter-backport-3.10
sandbox/rkrypa/tizen-netfilter-backport-3.14
sandbox/rkrypa/tizen-netfilter-backport-3.4
sandbox/rkrypa/tizen-netfilter-backport-4.0
sandbox/rkrypa/tizen-security-backport-3.10
sandbox/rkrypa/tizen-security-backport-3.14
sandbox/rkrypa/tizen-security-backport-3.4
sandbox/rkrypa/tizen-security-backport-4.0
sandbox/rkrypa/tizen-security-backport-4.4
tizen
tizen_3.14.20
tizen_3.14.25
upstream
upstream_ltsi
Domain: System / Kernel;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-30
of/spi: call of_register_spi_devices() from spi core code
Anatolij Gustschin
1
-3
/
+8
2010-07-30
of: Provide default of_node_to_nid() implementation.
Grant Likely
1
-0
/
+5
2010-07-30
of/device: Make of_device_make_bus_id() usable by other code.
Grant Likely
1
-0
/
+1
2010-07-24
of: remove of_default_bus_ids
Jonas Bonn
1
-2
/
+0
2010-07-24
of/device: Replace of_device with platform_device in includes and core code
Grant Likely
2
-13
/
+13
2010-07-24
of: remove asm/of_device.h
Grant Likely
1
-1
/
+1
2010-07-24
of: remove asm/of_platform.h
Grant Likely
1
-2
/
+0
2010-07-24
of/platform: remove all of_bus_type and of_platform_bus_type references
Grant Likely
1
-6
/
+0
2010-07-24
of: Merge of_platform_bus_type with platform_bus_type
Grant Likely
2
-13
/
+14
2010-07-24
Merge commit 'v2.6.35-rc6' into devicetree/next
Grant Likely
30
-147
/
+214
2010-07-22
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...
Linus Torvalds
1
-0
/
+1
2010-07-21
sysrq,kdb: Use __handle_sysrq() for kdb's sysrq function
Jason Wessel
1
-0
/
+1
2010-07-20
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
2
-0
/
+3
2010-07-21
include/linux/vgaarb.h: add missing part of include guard
Doug Goldstein
1
-0
/
+1
2010-07-20
vfs: fix RCU-lockdep false positive due to /proc
Paul E. McKenney
1
-1
/
+2
2010-07-20
fb: handle allocation failure in alloc_apertures()
Dan Carpenter
1
-0
/
+2
2010-07-19
mm: add context argument to shrinker callback
Dave Chinner
1
-1
/
+1
2010-07-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
1
-0
/
+1
2010-07-18
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+6
2010-07-16
PCI: fall back to original BIOS BAR addresses
Bjorn Helgaas
1
-0
/
+1
2010-07-16
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+4
2010-07-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-6
/
+6
2010-07-15
jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactions
Jan Kara
1
-5
/
+6
2010-07-14
of/sparc: move is_root_node() to of.h
Andres Salomon
1
-0
/
+5
2010-07-14
lmb: rename to memblock
Yinghai Lu
2
-89
/
+89
2010-07-09
tracing: Add alignment to syscall metadata declarations
Steven Rostedt
1
-2
/
+4
2010-07-08
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2
-7
/
+2
2010-07-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
4
-3
/
+12
2010-07-06
VFS: introduce s_dirty accessors
Artem Bityutskiy
1
-0
/
+13
2010-07-06
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+9
2010-07-06
writeback: simplify the write back thread queue
Christoph Hellwig
1
-2
/
+0
2010-07-06
writeback: split writeback_inodes_wb
Christoph Hellwig
1
-2
/
+0
2010-07-06
writeback: remove writeback_inodes_wbc
Christoph Hellwig
1
-3
/
+2
2010-07-05
net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is defined
Ben Hutchings
1
-1
/
+1
2010-07-05
of/i2c: Generalize OF support
Grant Likely
1
-3
/
+10
2010-07-05
of/device: Move struct of_device define outside of CONFIG_OF_DEVICE test
Grant Likely
1
-7
/
+5
2010-07-05
of/device: Add OF style matching helper function
Grant Likely
1
-0
/
+19
2010-07-05
of/gpio: add default of_xlate function if device has a node pointer
Anton Vorontsov
1
-2
/
+5
2010-07-05
of/gpio: stop using device_node data pointer to find gpio_chip
Grant Likely
1
-0
/
+3
2010-07-05
of/gpio: Kill of_gpio_chip and add members directly to gpio_chip
Anton Vorontsov
1
-24
/
+5
2010-07-05
of: Merge of_device_alloc() and of_device_make_bus_id()
Grant Likely
1
-0
/
+3
2010-07-05
of/device: Merge of_platform_bus_probe()
Grant Likely
1
-0
/
+17
2010-07-05
of: Modify of_device_get_modalias to be passed struct device
Grant Likely
1
-1
/
+1
2010-07-05
of/device: merge of_device_uevent
Grant Likely
1
-0
/
+4
2010-07-05
of/address: Merge all of the bus translation code
Grant Likely
1
-3
/
+1
2010-07-05
of/address: merge of_address_to_resource()
Grant Likely
1
-0
/
+5
2010-07-05
of/address: merge of_iomap()
Grant Likely
1
-0
/
+9
2010-07-05
of/irq: merge irq mapping code
Grant Likely
1
-0
/
+29
2010-07-05
rbtree: Undo augmented trees performance damage and regression
Peter Zijlstra
1
-4
/
+9
2010-07-04
module: initialize module dynamic debug later
Yehuda Sadeh
1
-2
/
+2
[next]