]> git.karo-electronics.de Git - linux-beck.git/history - include
kdump: add udev events for memory online/offline
[linux-beck.git] / include /
2012-01-10 Paul MundtMerge branch 'sh/urgent' into sh-latest
2012-01-10 Paul MundtMerge branch 'rmobile/bonito' into rmobile-latest
2012-01-10 Paul MundtMerge branch 'common/clkfwk' into sh-latest
2012-01-10 Paul MundtMerge branch 'rmobile/core' into rmobile/marzen
2012-01-10 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2012-01-10 Al Virovfs: new helper - d_make_root()
2012-01-09 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2012-01-09 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2012-01-09 Linus TorvaldsMerge tag 'clk' of git://git.kernel.org/pub/scm/linux...
2012-01-09 Linus TorvaldsMerge tag 'timer' of git://git.kernel.org/pub/scm/linux...
2012-01-09 Linus TorvaldsMerge tag 'pm' of git://git.kernel.org/pub/scm/linux...
2012-01-09 Linus TorvaldsMerge tag 'drivers' of git://git.kernel.org/pub/scm...
2012-01-09 Linus TorvaldsMerge tag 'devel' of git://git.kernel.org/pub/scm/linux...
2012-01-09 Linus TorvaldsMerge tag 'boards' of git://git.kernel.org/pub/scm...
2012-01-09 Linus TorvaldsMerge tag 'soc' of git://git.kernel.org/pub/scm/linux...
2012-01-09 Linus TorvaldsMerge tag 'cleanup2' of git://git.kernel.org/pub/scm...
2012-01-09 Linus TorvaldsMerge tag 'dt' of git://git.kernel.org/pub/scm/linux...
2012-01-09 Linus TorvaldsMerge tag 'cleanup' of git://git.kernel.org/pub/scm...
2012-01-09 Linus TorvaldsMerge tag 'fixes-non-critical' of git://git.kernel...
2012-01-09 Steven Rostedttracing/mm: Move include of trace/events/kmem.h out...
2012-01-09 David S. Millernet: Fix build with INET disabled.
2012-01-09 Linus TorvaldsMerge branch 'for-3.3' of git://git.kernel.org/pub...
2012-01-09 Linus TorvaldsMerge branch 'for-3.3' of git://git.kernel.org/pub...
2012-01-09 Linus TorvaldsMerge branch 'for_linus' of git://git.kernel.org/pub...
2012-01-09 Linus TorvaldsMerge branch 'for-linus' of git://git.open-osd.org...
2012-01-09 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2012-01-09 Jiri Pirkonet: introduce netif_addr_lock_nested() and call if...
2012-01-09 Linus TorvaldsMerge branch 'staging-next' of git://git.kernel.org...
2012-01-09 Linus TorvaldsMerge branch 'usb-next' of git://git.kernel.org/pub...
2012-01-09 Linus TorvaldsMerge branch 'tty-next' of git://git.kernel.org/pub...
2012-01-09 Linus TorvaldsMerge branch 'char-misc-next' of git://git.kernel.org...
2012-01-09 Artem Bityutskiymtd: do not use mtd->block_markbad directly
2012-01-09 Artem Bityutskiymtd: introduce mtd_can_have_bb helper
2012-01-09 Artem Bityutskiymtd: do not use mtd->suspend and mtd->resume directly
2012-01-09 Artem Bityutskiymtd: do not use mtd->lock, unlock and is_locked directly
2012-01-09 Artem Bityutskiymtd: do not use mtd->sync directly
2012-01-09 Artem Bityutskiymtd: harmonize mtd_writev usage
2012-01-09 Artem Bityutskiymtd: do not use mtd->lock_user_prot_reg directly
2012-01-09 Artem Bityutskiymtd: mtd->write_user_prot_reg directly
2012-01-09 Artem Bityutskiymtd: do not use mtd->read_*_prot_reg directly
2012-01-09 Artem Bityutskiymtd: do not use mtd->get_*_prot_info directly
2012-01-09 Artem Bityutskiymtd: do not use mtd->read_oob directly
2012-01-09 Artem Bityutskiymtd: mtdoops: do not use mtd->panic_write directly
2012-01-09 Artem Bityutskiymtd: do not use mtd->get_unmapped_area directly
2012-01-09 Artem Bityutskiymtd: do use mtd->point directly
2012-01-09 Artem Bityutskiymtd: introduce mtd_has_oob helper
2012-01-09 Artem Bityutskiymtd: clean-up the default_mtd_writev function
2012-01-09 Artem Bityutskiymtd: remove unused default_mtd_readv prototype
2012-01-09 Artem Bityutskiymtd: kill dev_to_mtd helper
2012-01-09 Artem Bityutskiymtd: always initialize retlen to zero
2012-01-09 Artem Bityutskiymtd: move mtd->{get,put}_device functions up
2012-01-09 Artem Bityutskiymtd: introduce mtd_block_markbad interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_block_isbad interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_resume interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_suspend interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_is_locked interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_unlock interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_lock interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_sync interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_writev interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_lock_user_prot_reg interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_write_user_prot_reg interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_read_user_prot_reg interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_get_user_prot_info interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_read_fact_prot_reg interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_get_fact_prot_info interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_write_oob interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_read_oob interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_panic_write interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_write interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_read interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_get_unmapped_area interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_unpoint interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_point interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_erase interface
2012-01-09 Artem Bityutskiymtd: map.h: fix arm cross-build failure
2012-01-09 Artem Bityutskiymtd: document that MEMWRITE ioctl is NAND-specific
2012-01-09 Jonas Gorskimtd: maps: physmap: allow partition parsers for physmap...
2012-01-09 Aaron Sierramtd: cfi: Allow per-mapping CFI device endianness
2012-01-09 Brian Norrismtd: nand: add Macronix manufacturer
2012-01-09 Arnd BergmannMerge branch 'samsung/cleanup' into next/boards
2012-01-09 Arnd BergmannMerge branch 'samsung/driver' into next/drivers
2012-01-09 Arnd BergmannMerge branch 'samsung/cleanup' into samsung/driver
2012-01-09 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2012-01-09 Arnd BergmannMerge branch 'samsung/cleanup' into next/cleanup2
2012-01-09 Arnd BergmannMerge branch 'samsung/dt' into samsung/cleanup
2012-01-09 Jan Karajbd: Remove j_barrier mutex
2012-01-09 Alex Deucherdrm/radeon/kms: remove pointless CS flags priority...
2012-01-09 Joerg RoedelMerge branches 'iommu/page-sizes' and 'iommu/group...
2012-01-09 Joerg RoedelMerge branches 'iommu/fixes', 'arm/omap' and 'x86/amd...
2012-01-09 Jiri KosinaMerge branch 'hid-battery' of git://git.kernel.org...
2012-01-09 Stephen Rothwellnet: sk_update_clone is only used in net/core/sock.c
2012-01-09 Dmitry TorokhovMerge branch 'next' into for-linus
2012-01-09 Paul MundtMerge branch 'master' of git://git.kernel.org/pub/scm...
2012-01-09 James MorrisMerge branch 'next' into for-linus
2012-01-09 Paul MundtMerge branches 'common/pfc' and 'common/clkfwk' into...
2012-01-09 Paul MundtMerge branch 'master' of git://git.kernel.org/pub/scm...
2012-01-09 Magnus Dammsh: pfc: Unlock register support
2012-01-09 Magnus Dammsh: pfc: Variable bitfield width config register support
2012-01-09 Brian Norrisahci: platform support for suspend/resume
next