All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-13 20:32:27 to 2015-07-13 21:02:54 UTC [more...]

[patch 00/19] gpio: Interrupt cleanups and API change preparation
 2015-07-13 20:41 UTC  (20+ messages)
` [patch 01/19] gpio/mpc8xxx: Consolidate chained IRQ handler install/remove
` [patch 02/19] gpio/mvebu: "
` [patch 03/19] gpio/timberdale: "
` [patch 04/19] gpio/tz1090: "
` [patch 05/19] gpiolib: "
` [patch 06/19] gpio/zynq: Use irq_set_chip_handler_name_locked()
` [patch 07/19] gpio/ep93xx: Use irq_set_handler_locked()
` [patch 08/19] gpio/msm-v2: "
` [patch 09/19] gpio/omap: "
` [patch 10/19] gpio/pch: "
` [patch 11/19] gpio/gpio-tegra: "
` [patch 12/19] gpio/davinci: Use accessor function irq_data_get_irq_handler_data()
` [patch 13/19] gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
` [patch 14/19] gpio/davinci: Prepare gpio_irq_handler for irq argument removal
` [patch 15/19] gpio/ep93xx: Prepare ep93xx_gpio_f_irq_handler "
` [patch 16/19] gpio/mvebu: Prepare mvebu_gpio_irq_handler "
` [patch 17/19] gpio/sa1100: Prepare sa1100_gpio_handler "
` [patch 18/19] gpio/msm-v2: Avoid redundant lookup of irq_data
` [patch 19/19] gpio/davinci: "

[PATCH v4 0/5] support "cpu_isolated" mode for nohz_full
 2015-07-13 21:01 UTC  (4+ messages)
` [PATCH v4 1/5] nohz_full: add support for "cpu_isolated" mode

[PATCH 0/4] refresh busybox defconfig
 2015-07-13 21:00 UTC  (2+ messages)

[Buildroot] [PATCH] purge-locales: skip /usr/man and /usr/share/man
 2015-07-13 21:00 UTC 

[Buildroot] [PATCH 1/4] initscripts: new package
 2015-07-13 21:00 UTC  (4+ messages)
` [Buildroot] [PATCH 2/4] pkg-generic: Package can't depends on themselves
` [Buildroot] [PATCH 3/4] skeleton: New package
` [Buildroot] [PATCH 4/4] pkg-generic: skeleton: Add dependency to all

[patch 0/9] mfd: Interrupt cleanups and API change preparation
 2015-07-13 20:44 UTC  (10+ messages)
` [patch 1/9] mfd/ezx-pcap: Consolidate chained IRQ handler install/remove
` [patch 2/9] mfd/htc-egpio: "
` [patch 3/9] mfd/jz4740: "
` [patch 4/9] mfd/pm8921: "
` [patch 5/9] mfd/t7l66xb: "
` [patch 6/9] mfd/tc6393xb: "
` [patch 7/9] mfd: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
` [patch 8/9] mfd/ucb1x00: Prepare ucb1x00_irq for irq argument removal
` [patch 9/9] mfd/max899x: Avoid redundant irq_data lookup

[PATCH] virt: IRQ bypass manager
 2015-07-13 20:58 UTC  (4+ messages)

[patch 00/12] MIPS: Interrupt cleanups and API change preparation
 2015-07-13 20:50 UTC  (14+ messages)
` [patch 01/12] MIPS/jz4740: Consolidate chained IRQ handler install/remove
` [patch 02/12] MIPS/pci-ar71xx: "
` [patch 03/12] MIPS/pci-ar724x: "
` [patch 04/12] MIPS/pci-rt3883: "
` [patch 05/12] MIPS/irq: Use access helper irq_data_get_affinity_mask()
` [patch 06/12] MIPS/alchemy: Use irq_set_chip_handler_name_locked()
` [patch 07/12] MIPS/bcm63xx: Use irq_set_handler_locked()
` [patch 08/12] MIPS/alchemy: Remove pointless irqdisable/enable
` [patch 09/12] MIPS/ath91: "
` [patch 10/12] MIPS/cavium/octeon: Replace the homebrewn flow handler
` [patch 11/12] MIPS/netlogic: Prepare ipi handlers for irq argument removal
` [patch 12/12] MIPS/PCI/rt3883: Prepare rt3883_pci_irq_handler "

[Qemu-devel] [PATCH v2 1/1] xlnx-zynqmp: Connect the four OCM banks
 2015-07-13 20:56 UTC  (3+ messages)

[patch 00/22] pinctrl: Interrupt cleanups and API change preparation
 2015-07-13 20:48 UTC  (23+ messages)
` [patch 01/22] pinctrl/rockchip: Consolidate chained IRQ handler install/remove
` [patch 02/22] pinctrl: "
` [patch 03/22] pinctrl/exynos: "
` [patch 04/22] pinctrl/bcm2835: Use irq_set_handler_locked()
` [patch 05/22] pinctrl/baytrail: "
` [patch 06/22] pinctrl/cherryview: "
` [patch 07/22] pinctrl/intel: "
` [patch 08/22] pinctrl/adi2: "
` [patch 09/22] pinctrl/amd: "
` [patch 10/22] pinctrl/at91: "
` [patch 11/22] pinctrl/rockchip: "
` [patch 12/22] pinctrl/qcom: "
` [patch 13/22] pinctrl/exynos: "
` [patch 14/22] pinctrl/samsung: "
` [patch 15/22] pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
` [patch 16/22] pinctrl/amd: Prepare amd_gpio_irq_handler for irq argument removal
` [patch 17/22] pinctrl/coh901: Prepare u300_gpio_irq_handler "
` [patch 18/22] pinctrl/pistachio: Prepare pistachio_gpio_irq_handler "
` [patch 19/22] pinctrl/rockchip: Prepare rockchip_irq_demux "
` [patch 20/22] pinctrl/qcom/msm: Prepare msm_gpio_irq_handler "
` [patch 21/22] pinctrl/sirf: Prepare-x-gpio-handle-irq-for-irq-argument-removal.patch
` [patch 22/22] pinctrl/sunxi: Prepare sunxi_pinctrl_irq_handler for irq argument removal

[Buildroot] [PATCH] fs/iso9660: change the name of the tmp dir to be consistent
 2015-07-13 20:55 UTC  (2+ messages)

[PATCH net-next] tc: fix tc actions in case of shared skb
 2015-07-13 20:55 UTC  (6+ messages)

[Xenomai] usage of rtdm_task_sleep_abs
 2015-07-13 20:54 UTC  (14+ messages)

[PATCH] arm: dts: dra7: arch timer sits in always-on power domain
 2015-07-13 20:53 UTC  (4+ messages)

[patch 0/5] sh: Interrupt cleanups and API change preparation
 2015-07-13 20:51 UTC  (6+ messages)
` [patch 1/5] sh/irq: Use accessor irq_data_get_node()
` [patch 2/5] sh/irq: Use irq accessor functions instead of open coded access
` [patch 3/5] sh/irq: Use access helper irq_data_get_affinity_mask()
` [patch 4/5] sh/intc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
` [patch 5/5] sh/intc: Prepare irq flow handlers for irq argument removal

[PATCH v4] notes: Allow treeish expressions as notes ref
 2015-07-13 20:53 UTC  (4+ messages)
` [PATCH] "

[patch 1/1] xtensa/irq: Use access helper irq_data_get_affinity_mask()
 2015-07-13 20:53 UTC 

post-receive: pub/scm/fs/ext2/e2fsprogs
 2015-07-13 20:53 UTC 

post-receive: pub/scm/linux/kernel/git/tip/tip
 2015-07-13 20:52 UTC 

[patch 0/2] spmi: Interrupt cleanups and API change preparation
 2015-07-13 20:52 UTC  (3+ messages)
` [patch 1/2] spmi/pmic_arb: Consolidate chained IRQ handler install/remove
` [patch 2/2] spmi/pmic: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc

[PATCH v2 0/8] add basic support for i.mx6 ul chip
 2015-07-13 20:52 UTC  (14+ messages)
` [PATCH v2 3/8] Document: dt: binding: imx: update document for imx6ul support
` [PATCH v2 4/8] ARM: pinctrl: imx: add i.mx6ul pinctrl driver
` [PATCH v2 5/8] ARM: dts: add i.mx6ul pin function include file

[PATCH RESEND] iio: adc: rockchip_saradc: add missing MODULE_* data
 2015-07-13 20:52 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/tip/tip
 2015-07-13 20:51 UTC 

[Ksummit-discuss] [CORE TOPIC] Issues with stable process
 2015-07-13 20:51 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/tip/tip
 2015-07-13 20:50 UTC 

[patch 00/20] powerpc: Interrupt cleanups and API change preparation
 2015-07-13 20:50 UTC  (21+ messages)
` [patch 01/20] powerpc/media5200: Consolidate chained IRQ handler install/remove
` [patch 02/20] powerpc/52xx: "
` [patch 03/20] powerpc/pq2ads: "
` [patch 04/20] powerpc/axon_msi: "
` [patch 05/20] powerpc/cell: "
` [patch 06/20] powerpc/spider-pic: "
` [patch 07/20] powerpc/hlwd-pic: "
` [patch 08/20] powerpc/holly: "
` [patch 09/20] powerpc/mpc7448: "
` [patch 10/20] powerpc/mpic: "
` [patch 11/20] powerpc/qe_ic: "
` [patch 12/20] powerpc/uic: "
` [patch 13/20] powerpc/irq: Use access helper irq_data_get_affinity_mask()
` [patch 14/20] powerpc/mpc52xx: Use irq_set_handler_locked()
` [patch 15/20] powerpc/cpm2: "
` [patch 16/20] powerpc/ipic: "
` [patch 17/20] powerpc/mpc8xx: "
` [patch 18/20] powerpc/mpc5121: Prepare cpld_pic_cascade for irq argument removal
` [patch 19/20] powerpc/85xx: Prepare cascade handlers "
` [patch 20/20] powerpc/cell: Prepare iic_ioexc_cascade "

Multiple IIO_THRESHOLD events
 2015-07-13 20:50 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/tip/tip
 2015-07-13 20:48 UTC 

[Buildroot] [PATCH 00/16] Different enhancements, primarily for systemd
 2015-07-13 20:47 UTC  (4+ messages)
` [Buildroot] [PATCH 12/16] package/samba: add systemd support

+ sysctl-fix-int-unsigned-long-assignments-in-int_min-case.patch added to -mm tree
 2015-07-13 20:47 UTC 

[PULL] Second set of IIO fixes for the 4.2 cycle (merge window dependency)
 2015-07-13 20:47 UTC 

post-receive: pub/scm/linux/kernel/git/tip/tip
 2015-07-13 20:46 UTC 

[Qemu-devel] [PATCH] ich9: fix skipped vmstate_memhp_state subsection
 2015-07-13 20:45 UTC 

post-receive: pub/scm/linux/kernel/git/tip/tip
 2015-07-13 20:45 UTC 

[Buildroot] [PATCH 00/38] systemd support for various packages
 2015-07-13 20:44 UTC  (7+ messages)
` [Buildroot] [PATCH 16/38] netatalk: systemd support
` [Buildroot] [PATCH 35/38] supervisor: "
` [Buildroot] [PATCH 38/38] mysql: "

post-receive: pub/scm/linux/kernel/git/tip/tip
 2015-07-13 20:43 UTC 

[Buildroot] [git commit] supervisor: systemd support
 2015-07-13 20:43 UTC 

[patch 1/1] metag/irq: Use access helper irq_data_get_affinity_mask()
 2015-07-13 20:43 UTC 

post-receive: pub/scm/linux/kernel/git/tip/tip
 2015-07-13 20:43 UTC 

[patch 0/2] ia64: Interrupt cleanups and API change preparation
 2015-07-13 20:42 UTC  (3+ messages)
` [patch 1/2] ia64/irq: Use access helper irq_data_get_affinity_mask()
` [patch 2/2] ia64/iosapic: Use irq_set_chip_handler_name_locked()

post-receive: pub/scm/linux/kernel/git/jic23/iio
 2015-07-13 20:42 UTC 

post-receive: pub/scm/linux/kernel/git/tip/tip
 2015-07-13 20:42 UTC 

[PATCH 00/45] Remove clk.h from clk-provider.h (clk drivers part)
 2015-07-13 20:42 UTC  (4+ messages)
` [PATCH 22/45] clk: samsung: Properly include clk.h and clkdev.h

post-receive: pub/scm/linux/kernel/git/tip/tip
 2015-07-13 20:40 UTC 

[Buildroot] [git commit] mysql: systemd support
 2015-07-13 20:40 UTC 

[PATCH] powerpc/fsl-booke: Add T1040D4RDB/T1042D4RDB board support
 2015-07-13 20:39 UTC  (2+ messages)

[patch 0/2] dma/ipu: Interrupt cleanups
 2015-07-13 20:39 UTC  (3+ messages)
` [patch 1/2] dma/ipu: Consolidate chained IRQ handler install/remove
` [patch 2/2] dma/ipu: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc

post-receive: pub/scm/linux/kernel/git/balbi/usb
 2015-07-13 20:39 UTC 

post-receive: pub/scm/linux/kernel/git/tip/tip
 2015-07-13 20:39 UTC 

[Buildroot] [PATCH] atftp: fix build with gcc5
 2015-07-13 20:39 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/1] ntfs-3g: fix incorrect comment dependency
 2015-07-13 20:39 UTC  (2+ messages)

[patch 1/1] C6X/meagmod-pic: Consolidate chained IRQ handler install/remove
 2015-07-13 20:38 UTC 

[Buildroot] [git commit] ntfs-3g: fix incorrect comment dependency
 2015-07-13 20:38 UTC 

post-receive: pub/scm/linux/kernel/git/tip/tip
 2015-07-13 20:38 UTC 

[PATCH 2/3] i2c: omap: abolish variable name confusion
 2015-07-13 20:38 UTC  (7+ messages)
  ` [PATCH 1/3] i2c: omap: switch to dev_get_drvdata()
      ` [PATCH 3/3] i2c: omap: on ->remove() call pm_runtime_put_sync()

virtio-net TSO Lockup
 2015-07-13 20:31 UTC 

[PATCH] pinctrl: at91: fix null pointer dereference
 2015-07-13 20:30 UTC  (4+ messages)

SIGSEGV __event_probe, C++ application (static linking)
 2015-07-13 20:37 UTC 

[PATCH v2 00/10] Port tag.c to use ref-filter APIs
 2015-07-13 20:36 UTC  (14+ messages)
` [PATCH v2 01/10] ref-filter: add %(refname:shortalign=X) option
  ` [PATCH v2 08/10] tag.c: use 'ref-filter' APIs

[Buildroot] [PATCH 05/16] package/systemd: apply locale settings in user shells
 2015-07-13 20:36 UTC  (3+ messages)
` [Buildroot] [PATCH v2] skeleton: "

[Qemu-devel] [PATCH 0/2] target-arm: "any" CPUs for system-mode
 2015-07-13 20:36 UTC  (9+ messages)
` [Qemu-devel] [PATCH 2/2] target-arm: Add "anyvfp" CPU

[PATCH/RFC 1/3] dmaengine: shdmac: Use generic residue handling
 2015-07-13 20:36 UTC  (2+ messages)

[Buildroot] [git commit] skeleton: apply locale settings in user shells
 2015-07-13 20:35 UTC 

[RFC PATCH 0/2] net: macb: Add mdio driver for accessing multiple phy devices
 2015-07-13 18:43 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/axboe/fio
 2015-07-13 20:35 UTC 

[patch 0/2] blackfin: Interrupt cleanups and API change preparation
 2015-07-13 20:34 UTC  (3+ messages)
` [patch 1/2] blackfin/irq: Use access helper irq_data_get_affinity_mask()
` [patch 2/2] blackfin/irq: Use irq_set_handler_locked()

[Buildroot] [PATCH 1/1] ntfs-3g: fix incorrect comment dependency
 2015-07-13 20:35 UTC  (3+ messages)

ovf scheduler
 2015-07-13 20:35 UTC  (2+ messages)

Reproducable fatal error while attempting to merge
 2015-07-13 20:34 UTC 

linux 4.2-rc1 broken Nokia N900
 2015-07-13 20:34 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/tip/tip
 2015-07-13 20:34 UTC 

[PATCH v2] scripts/kernel-doc: Adding cross-reference links to html documentation
 2015-07-13 20:32 UTC  (2+ messages)
` [PATCH v3] "

[Buildroot] [git commit] atftp: fix build with gcc5
 2015-07-13 20:33 UTC 

[PATCH] Revert "perf tools: Allow to specify custom linker command"
 2015-07-13 20:24 UTC  (2+ messages)

[PATCH v3 0/3] Remove non-existing GPIO pins for R8A7790/1
 2015-07-13 20:32 UTC  (3+ messages)
` [PATCH v3 3/3] sh-pfc: r8a7791: remove non-existing GPIO pins


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.