29 Mar, 2009

3 commits

  • * 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm: (422 commits)
    [ARM] 5435/1: fix compile warning in sanity_check_meminfo()
    [ARM] 5434/1: ARM: OMAP: Fix mailbox compile for 24xx
    [ARM] pxa: fix the bad assumption that PCMCIA sockets always start with 0
    [ARM] pxa: fix Colibri PXA300 and PXA320 LCD backlight pins
    imxfb: Fix TFT mode
    i.MX21/27: remove ifdef CONFIG_FB_IMX
    imxfb: add clock support
    mxc: add arch_reset() function
    clkdev: add possibility to get a clock based on the device name
    i.MX1: remove fb support from mach-imx
    [ARM] pxa: build arch/arm/plat-pxa/mfp.c only when PXA3xx or ARCH_MMP defined
    Gemini: Add support for Teltonika RUT100
    Gemini: gpiolib based GPIO support v2
    MAINTAINERS: add myself as Gemini architecture maintainer
    ARM: Add Gemini architecture v3
    [ARM] OMAP: Fix compile for omap2_init_common_hw()
    MAINTAINERS: Add myself as Faraday ARM core variant maintainer
    ARM: Add support for FA526 v2
    [ARM] acorn,ebsa110,footbridge,integrator,sa1100: Convert asm/io.h to linux/io.h
    [ARM] collie: fix two minor formatting nits
    ...

    Linus Torvalds
     
  • * git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6: (119 commits)
    [SCSI] scsi_dh_rdac: Retry for NOT_READY check condition
    [SCSI] mpt2sas: make global symbols unique
    [SCSI] sd: Make revalidate less chatty
    [SCSI] sd: Try READ CAPACITY 16 first for SBC-2 devices
    [SCSI] sd: Refactor sd_read_capacity()
    [SCSI] mpt2sas v00.100.11.15
    [SCSI] mpt2sas: add MPT2SAS_MINOR(221) to miscdevice.h
    [SCSI] ch: Add scsi type modalias
    [SCSI] 3w-9xxx: add power management support
    [SCSI] bsg: add linux/types.h include to bsg.h
    [SCSI] cxgb3i: fix function descriptions
    [SCSI] libiscsi: fix possbile null ptr session command cleanup
    [SCSI] iscsi class: remove host no argument from session creation callout
    [SCSI] libiscsi: pass session failure a session struct
    [SCSI] iscsi lib: remove qdepth param from iscsi host allocation
    [SCSI] iscsi lib: have lib create work queue for transmitting IO
    [SCSI] iscsi class: fix lock dep warning on logout
    [SCSI] libiscsi: don't cap queue depth in iscsi modules
    [SCSI] iscsi_tcp: replace scsi_debug/tcp_debug logging with iscsi conn logging
    [SCSI] libiscsi_tcp: replace tcp_debug/scsi_debug logging with session/conn logging
    ...

    Linus Torvalds
     
  • Conflicts:
    sound/soc/pxa/pxa2xx-i2s.c

    Russell King
     

28 Mar, 2009

2 commits


27 Mar, 2009

6 commits

  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k:
    m68k: irq_node.handler() should return irqreturn_t
    m68k: section mismatch fixes: Atari SCSI
    m68k: section mismatch fixes: DMAsound for Atari
    MAINTAINERS: Replace dead link to m68k CVS repository by link to new git repository
    m68k: mac - Add SWIM floppy support
    m68k: mac - Add a new entry in mac_model to identify the floppy controller type.
    m68k: Add install target

    Linus Torvalds
     
  • Conflicts:
    arch/arm/mm/Kconfig

    Signed-off-by: Russell King

    Russell King
     
  • * 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6: (81 commits)
    [S390] remove duplicated #includes
    [S390] cpumask: use mm_cpumask() wrapper
    [S390] cpumask: Use accessors code.
    [S390] cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.
    [S390] cpumask: remove cpu_coregroup_map
    [S390] fix clock comparator save area usage
    [S390] Add hwcap flag for the etf3 enhancement facility
    [S390] Ensure that ipl panic notifier is called late.
    [S390] fix dfp elf hwcap/facility bit detection
    [S390] smp: perform initial cpu reset before starting a cpu
    [S390] smp: fix memory leak on __cpu_up
    [S390] ipl: Improve checking logic and remove switch defaults.
    [S390] s390dbf: Remove needless check for NULL pointer.
    [S390] s390dbf: Remove redundant initilizations.
    [S390] use kzfree()
    [S390] BUG to BUG_ON changes
    [S390] zfcpdump: Prevent zcore from beeing built as a kernel module.
    [S390] Use csum_partial in checksum.h
    [S390] cleanup lowcore.h
    [S390] eliminate ipl_device from lowcore
    ...

    Linus Torvalds
     
  • Conflicts:
    drivers/net/wimax/i2400m/usb-notif.c

    David S. Miller
     
  • CVS is dead, long live git!

    Signed-off-by: Geert Uytterhoeven

    Geert Uytterhoeven
     
  • * git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: (29 commits)
    crypto: sha512-s390 - Add missing block size
    hwrng: timeriomem - Breaks an allyesconfig build on s390:
    nlattr: Fix build error with NET off
    crypto: testmgr - add zlib test
    crypto: zlib - New zlib crypto module, using pcomp
    crypto: testmgr - Add support for the pcomp interface
    crypto: compress - Add pcomp interface
    netlink: Move netlink attribute parsing support to lib
    crypto: Fix dead links
    hwrng: timeriomem - New driver
    crypto: chainiv - Use kcrypto_wq instead of keventd_wq
    crypto: cryptd - Per-CPU thread implementation based on kcrypto_wq
    crypto: api - Use dedicated workqueue for crypto subsystem
    crypto: testmgr - Test skciphers with no IVs
    crypto: aead - Avoid infinite loop when nivaead fails selftest
    crypto: skcipher - Avoid infinite loop when cipher fails selftest
    crypto: api - Fix crypto_alloc_tfm/create_create_tfm return convention
    crypto: api - crypto_alg_mod_lookup either tested or untested
    crypto: amcc - Add crypt4xx driver
    crypto: ansi_cprng - Add maintainer
    ...

    Linus Torvalds
     

26 Mar, 2009

3 commits


25 Mar, 2009

2 commits


24 Mar, 2009

1 commit


23 Mar, 2009

2 commits


18 Mar, 2009

1 commit


16 Mar, 2009

1 commit

  • * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (21 commits)
    r8169: revert "r8169: read MAC address from EEPROM on init (2nd attempt)"
    r8169: use hardware auto-padding.
    igb: remove ASPM L0s workaround
    netxen: remove old flash check.
    mv643xx_eth: fix unicast address filter corruption on mtu change
    xfrm: Fix xfrm_state_find() wrt. wildcard source address.
    emac: Fix clock control for 405EX and 405EXr chips
    ixgbe: fix multiple unicast address support
    via-velocity: Fix DMA mapping length errors on transmit.
    qlge: bugfix: Pad outbound frames smaller than 60 bytes.
    qlge: bugfix: Move netif_napi_del() to common call point.
    qlge: bugfix: Tell hw to strip vlan header.
    qlge: bugfix: Increase filter on inbound csum.
    dnet: replace obsolete *netif_rx_* functions with *napi_*
    net: Add be2net driver.
    dnet: Fix warnings on 64-bit.
    dnet: Dave DNET ethernet controller driver (updated)
    ipv6: Fix BUG when disabled ipv6 module is unloaded
    bnx2x: Using DMAE to initialize the chip
    bnx2x: Casting page alignment
    ...

    Linus Torvalds
     

14 Mar, 2009

1 commit


13 Mar, 2009

3 commits

  • Signed-off-By: Grant Grundler
    Reviewed-by: Matthew Wilcox
    Acked-by: Helge Deller
    Signed-off-by: Kyle McMartin

    Grant Grundler
     
  • Unfortunately, Linux Foundation funding for my work on
    man-pages/testing/doc under the auspices of the LF documentation
    fellowship unfortunately ran out a short while ago (after earlier attempts
    to seek funding, only Google stepped forward with a bit of further funding
    for the position), so the patch below acknowledges something closer to
    reality.

    Unfortunately, there will (probably very) soon be a further downgrade from
    "Maintained" to "Odd Fixes" or "Orphan", unless some funding miracle
    occurs. So, if anyone is looking to become man-pages maintainer, there
    may soon be an opening (okay, don't trample me in the rush ;-).)

    Signed-off-by: Michael Kerrisk
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Michael Kerrisk
     
  • OSD in kernel source code is assumed to be at:
    drivers/scsi/osd/ with its own Makefile and Kconfig

    Add includes to them from drivers/scsi Makefile and Kconfig
    Add OSD to MAINTAINERS file

    Signed-off-by: Boaz Harrosh
    Reviewed-by: Benny Halevy
    Signed-off-by: James Bottomley

    Boaz Harrosh
     

12 Mar, 2009

1 commit


05 Mar, 2009

1 commit


03 Mar, 2009

1 commit


27 Feb, 2009

2 commits


21 Feb, 2009

1 commit


20 Feb, 2009

1 commit

  • * master.kernel.org:/home/rmk/linux-2.6-arm:
    [ARM] 5405/1: ep93xx: remove unused gesbc9312.h header
    [ARM] 5404/1: Fix condition in arm_elf_read_implies_exec() to set READ_IMPLIES_EXEC
    [ARM] omap: fix clock reparenting in omap2_clk_set_parent()
    [ARM] 5403/1: pxa25x_ep_fifo_flush() *ep->reg_udccs always set to 0
    [ARM] 5402/1: fix a case of wrap-around in sanity_check_meminfo()
    [ARM] 5401/1: Orion: fix edge triggered GPIO interrupt support
    [ARM] 5400/1: Add support for inverted rdy_busy pin for Atmel nand device controller
    [ARM] 5391/1: AT91: Enable GPIO clocks earlier
    [ARM] 5390/1: AT91: Watchdog fixes
    [ARM] 5398/1: Add Wan ZongShun to MAINTAINERS for W90P910
    [ARM] omap: fix _omap2_clksel_get_src_field()
    [ARM] omap: fix omap2_divisor_to_clksel() error return value

    Linus Torvalds
     

19 Feb, 2009

1 commit

  • My @suse.cz address will stop working some day, so put working one into
    MAINTAINERS/CREDITS. It would be cool to get this to 2.6.29... it should
    not really break anything.

    Signed-off-by: Pavel Machek
    Cc: Jiri Kosina
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Pavel Machek
     

18 Feb, 2009

3 commits


17 Feb, 2009

1 commit


15 Feb, 2009

1 commit


12 Feb, 2009

2 commits

  • The archive of tomoyo-users-en mailing list is available at
    http://lists.sourceforge.jp/mailman/archives/tomoyo-users-en/ .
    Mailing lists for Japanese users are at
    http://lists.sourceforge.jp/mailman/archives/tomoyo-users/ and
    http://lists.sourceforge.jp/mailman/archives/tomoyo-dev/ .

    TOMOYO Linux English portal is at
    http://elinux.org/TomoyoLinux .

    Signed-off-by: Kentaro Takeda
    Signed-off-by: James Morris

    Kentaro Takeda
     
  • Add Li Zefan as co-maintainer.

    Acked-by: Paul Menage
    Acked-by: Li Zefan
    Signed-off-by: KOSAKI Motohiro
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    KOSAKI Motohiro