messages from 2013-02-08 14:20:53 to 2013-04-02 09:22:20 UTC [more...]
[PATCH 3/5] dump_stack: consolidate dump_stack() implementations and unify their behaviors
2013-04-02 9:22 UTC (6+ messages)
drivers/usb/gadget/pch_udc.c:1405:3: error: implicit declaration of function 'irq_set_irq_type'
2013-04-02 7:57 UTC (2+ messages)
s390x: kernel BUG at fs/ext4/inode.c:1591!
2013-04-02 4:06 UTC (11+ messages)
` bisected! (WAS Re: s390x: kernel BUG at fs/ext4/inode.c:1591!)
drivers/tty/serial/8250/8250.c:109:24: fatal error: asm/serial.h: No such file or directory
2013-04-01 8:41 UTC (2+ messages)
sound/soc/codecs/wm8903.c:2043:9: error: implicit declaration of function 'irq_get_irq_data'
2013-03-29 17:22 UTC
sound/pci/lx6464es/lx6464es.c:557:2: error: implicit declaration of function 'ioport_unmap'
2013-03-29 11:29 UTC
drivers/base/regmap/regmap-irq.c:229:2: error: implicit declaration of function 'irq_set_chip'
2013-03-29 2:58 UTC
drivers/mfd/arizona-irq.c:68:2: error: implicit declaration of function 'irq_set_irq_wake'
2013-03-29 2:57 UTC
drivers/base/regmap/regmap-irq.c:81:4: error: implicit declaration of function 'irq_set_irq_wake'
2013-03-29 2:56 UTC
drivers/base/regmap/regmap-irq.c:44:9: error: implicit declaration of function 'irq_data_get_irq_chi
2013-03-29 2:34 UTC
drivers/usb/musb/tusb6010.c:946:2: error: implicit declaration of function 'irq_set_irq_type'
2013-03-29 2:31 UTC
drivers/tty/serial/serial_core.c:694:2: error: implicit declaration of function 'irq_canonicalize'
2013-03-29 2:14 UTC
drivers/mfd/pm8xxx-irq.c:131:4: error: implicit declaration of function 'generic_handle_irq'
2013-03-28 4:02 UTC
[PATCH v3, part4 29/39] mm/s390: prepare for removing num_physpages and simplify mem_init()
2013-03-26 15:54 UTC
[PATCH 2/2] s390/cio: Use BITS_TO_LONGS() instead of __BITOPS_WORDS()
2013-03-26 8:16 UTC
[PATCH 1/2] s390: remove unnecessary macro definisions in asm/bitops.h
2013-03-26 8:16 UTC
[PATCH 00/11] KVM: s390: More patches for kvm-next
2013-03-25 16:22 UTC (12+ messages)
` [PATCH 01/11] KVM: s390: Dont do a gmap update on minor memslot changes
` [PATCH 02/11] KVM: s390: fix 24 bit psw handling in lpsw/lpswe handler
` [PATCH 03/11] KVM: s390: fix psw conversion in lpsw handler
` [PATCH 04/11] KVM: s390: fix return code handling in lpsw/lpswe handlers
` [PATCH 05/11] KVM: s390: make if statements in lpsw/lpswe handlers readable
` [PATCH 06/11] KVM: s390: fix and enforce return code handling for irq injections
` [PATCH 07/11] KVM: s390: fix stsi exception handling
` [PATCH 08/11] KVM: s390: fix compile with !CONFIG_COMPAT
` [PATCH 09/11] KVM: s390: Change the virtual memory mapping location for virtio devices
` [PATCH 10/11] KVM: s390: Remove the sanity checks for kvm memory slot
` [PATCH 11/11] KVM: s390: Enable KVM_CAP_NR_MEMSLOTS on s390
[RFC PATCH v2, part4 28/39] mm/s390: prepare for removing num_physpages and simplify mem_init()
2013-03-24 7:25 UTC (2+ messages)
` [RFC PATCH v2, part4 29/39] "
[PATCH] aio: convert the ioctx list to radix tree
2013-03-23 0:21 UTC (5+ messages)
[PATCH] s390/scm_blk: fix error return code in scm_blk_init()
2013-03-20 12:45 UTC
Build regressions/improvements in v3.9-rc3
2013-03-19 20:52 UTC
[patch 0/3] s390: network bug fixes for net
2013-03-19 14:10 UTC (5+ messages)
` [patch 1/3] qeth: delay feature trace
` [patch 2/3] qeth: Fix invalid router settings handling
` [patch 3/3] qeth: Fix scatter-gather regression
[GIT PULL] s390 patches for the 3.9-rc4
2013-03-18 8:44 UTC
[PATCH 11/18] driver: s390: net: remove cast for kzalloc return value
2013-03-12 7:25 UTC (2+ messages)
[PATCH v2] s390: use kcalloc instead of kmalloc and memset
2013-03-12 7:07 UTC (2+ messages)
[PATCH v3 0/5] kvm: Make ioeventfd usable on s390
2013-03-12 3:47 UTC (26+ messages)
` [PATCH v3 1/5] KVM: Initialize irqfd from kvm_init()
` [PATCH v3 2/5] KVM: s390: Export virtio-ccw api
` [PATCH v3 3/5] KVM: Introduce KVM_VIRTIO_CCW_NOTIFY_BUS
` [PATCH v3 4/5] KVM: ioeventfd for virtio-ccw devices
` [Qemu-devel] "
` [PATCH v3 5/5] KVM: s390: Wire up ioeventfd
` virtio-s390: document GPR4/GPR2 cookie values
[PATCH] s390: replace kmalloc + memset with kzalloc
2013-03-11 16:26 UTC (4+ messages)
[PATCH 0/8] s390/kvm: memory mgmt related fixes/cleanups
2013-03-07 19:21 UTC (10+ messages)
` [PATCH 1/8] s390/kvm,gaccess: fix guest access return code handling
` [PATCH 2/8] s390/mm,gmap: implement gmap_translate()
` [PATCH 3/8] s390/kvm,tprot: use new gmap_translate() function
` [PATCH 4/8] s390/kvm: remove explicit -EFAULT return code checking on guest access
` [PATCH 5/8] s390/kvm,gaccess: shorten put/get_guest code
` [PATCH 6/8] s390/kvm,gaccess: shorten copy_to/from_guest code
` [PATCH 7/8] s390/kvm: cleanup/fix handle_tpi()
` [PATCH 8/8] s390/kvm,gaccess: add address space annotations
[PATCH] s390: Fix a build error
2013-03-07 9:35 UTC (2+ messages)
` [PATCH][RESEND] "
[PATCH v1] s390: Remove redundant NULL check before kfree
2013-03-07 6:27 UTC
[PATCH] s390: Remove redundant NULL check before kfree
2013-03-06 19:49 UTC
[PATCH v5 0/6] kvm: Make ioeventfd usable on s390
2013-03-05 22:14 UTC (13+ messages)
` [PATCH v5 1/6] virtio_ccw: pass a cookie value to kvm hypercall
` [PATCH v5 2/6] KVM: s390: Export virtio-ccw api
` [PATCH v5 3/6] KVM: Initialize irqfd from kvm_init()
` [PATCH v5 4/6] KVM: Introduce KVM_VIRTIO_CCW_NOTIFY_BUS
` [PATCH v5 5/6] KVM: ioeventfd for virtio-ccw devices
` [PATCH v5 6/6] KVM: s390: Wire up ioeventfd
[GIT PULL] s390 patches for the 3.9 merge window #2
2013-03-03 10:29 UTC
[PATCH -next] s390/pci: use kmem_cache_zalloc instead of kmem_cache_alloc/memset
2013-02-28 12:50 UTC
[PATCH v4 0/6] kvm: Make ioeventfd usable on s390
2013-02-28 11:15 UTC (11+ messages)
` [PATCH v4 1/6] virtio_ccw: pass a cookie value to kvm hypercall
` [PATCH v4 2/6] KVM: s390: Export virtio-ccw api
` [PATCH v4 3/6] KVM: Initialize irqfd from kvm_init()
` [PATCH v4 4/6] KVM: Introduce KVM_VIRTIO_CCW_NOTIFY_BUS
` [PATCH v4 5/6] KVM: ioeventfd for virtio-ccw devices
` [PATCH v4 6/6] KVM: s390: Wire up ioeventfd
[PATCH] Consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKS
2013-02-27 23:21 UTC (13+ messages)
` [PATCH] Consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECK
qeth_l2 duplicated frames in promiscuous mode
2013-02-26 21:08 UTC
[PATCH v3 0/2] qemu: ioeventfd for virtio-ccw
2013-02-25 15:28 UTC (3+ messages)
` [PATCH v3 1/2] linux-headers: Update with ioeventfd changes
` [PATCH v3 2/2] virtio-ccw: Wire up ioeventfd
[RFC PATCH v2 0/4] kvm: Make ioeventfd usable on s390
2013-02-25 8:50 UTC (14+ messages)
` [RFC PATCH v2 1/4] KVM: Initialize irqfd from kvm_init()
` [RFC PATCH v2 2/4] KVM: Introduce KVM_CSS_BUS
` [RFC PATCH v2 3/4] KVM: ioeventfd for s390 css devices
` [RFC PATCH v2 4/4] KVM: s390: Wire up ioeventfd
[PATCH] s390/dis: Fix invalid array size
2013-02-25 6:52 UTC (2+ messages)
[RFC PATCH 0/3] kvm: Make ioeventfd usable on s390
2013-02-24 9:37 UTC (15+ messages)
` [RFC PATCH 1/3] KVM: s390: Move out initialization code
` [RFC PATCH 2/3] KVM: Generalize ioeventfds
` [RFC PATCH 3/3] KVM: s390: Hook up ioeventfds
[RFC PATCH v2 0/2] qemu: ioeventfd for virtio-ccw
2013-02-22 12:10 UTC (3+ messages)
` [RFC PATCH v2 1/2] linux-headers: Update with ioeventfd changes
` [RFC PATCH v2 2/2] virtio-ccw: Wire up ioeventfd
[RFC PATCH 0/2] qemu: ioeventfd for virtio-ccw
2013-02-21 13:13 UTC (3+ messages)
` [RFC PATCH 1/2] linux-headers: Update with ioeventfd changes
` [RFC PATCH 2/2] virtio-ccw: Wire up ioeventfd
[GIT PULL] s390 patches for the 3.9 merge window
2013-02-21 9:20 UTC
[PATCH 08/27] block: Add bio_end_sector()
2013-02-20 0:22 UTC
[PATCH] s390: Add missing PAGE_SHARED as an alias for PAGE_RW
2013-02-12 9:40 UTC (4+ messages)
[PATCH] software dirty bits for s390
2013-02-12 8:46 UTC (7+ messages)
` [PATCH] s390/mm: implement software dirty bits
[GIT PULL] s390 regression patch for 3.8-rc8
2013-02-11 13:49 UTC
[PATCH] kvm-s390: Bugfix for handling of iscs
2013-02-11 8:50 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox