All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-09-15 19:40:16 to 2014-09-15 20:24:03 UTC [more...]

[PATCH v2 0/2] mtd: nand: gpmi: add proper raw access support
 2014-09-15 20:24 UTC  (6+ messages)
` [PATCH v2 1/2] mtd: nand: gpmi: add gpmi_move_bits function
` [PATCH v2 2/2] mtd: nand: gpmi: add proper raw access support

[PATCH 3.14 000/114] 3.14.19-stable review
 2014-09-15 19:26 UTC  (53+ messages)
` [PATCH 3.14 055/114] ASoC: samsung: Correct I2S DAI suspend/resume ops
` [PATCH 3.14 056/114] ASoC: adau1701: fix adau1701_reg_read()
` [PATCH 3.14 057/114] ASoC: max98090: Fix missing free_irq
` [PATCH 3.14 058/114] ASoC: pxa: pxa-ssp: small leak in probe()
` [PATCH 3.14 059/114] ASoC: pxa-ssp: drop SNDRV_PCM_FMTBIT_S24_LE
` [PATCH 3.14 062/114] bfa: Fix undefined bit shift on big-endian architectures with 32-bit DMA address
` [PATCH 3.14 064/114] ACPICA: Utilities: Fix memory leak in acpi_ut_copy_iobject_to_iobject
` [PATCH 3.14 065/114] ACPI / hotplug: Check scan handlers in acpi_scan_hot_remove()
` [PATCH 3.14 069/114] ACPI / cpuidle: fix deadlock between cpuidle_lock and cpu_hotplug.lock
` [PATCH 3.14 070/114] xen/events/fifo: reset control block and local HEADs on resume
` [PATCH 3.14 071/114] ring-buffer: Always reset iterator to reader page
` [PATCH 3.14 074/114] mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remount
` [PATCH 3.14 075/114] mnt: Correct permission checks in do_remount
` [PATCH 3.14 076/114] mnt: Change the default remount atime from relatime to the existing value
` [PATCH 3.14 077/114] mnt: Add tests for unprivileged remount cases that have found to be faulty
` [PATCH 3.14 078/114] get rid of propagate_umount() mistakenly treating slaves as busy
` [PATCH 3.14 079/114] fix EBUSY on umount() from MNT_SHRINKABLE
` [PATCH 3.14 080/114] Bluetooth: btmrvl: wait for HOST_SLEEP_ENABLE event in suspend
` [PATCH 3.14 081/114] Bluetooth: never linger on process exit
` [PATCH 3.14 082/114] Bluetooth: Avoid use of session socket after the session gets freed
` [PATCH 3.14 083/114] fix copy_tree() regression
` [PATCH 3.14 084/114] md/raid1,raid10: always abort recover on write error
` [PATCH 3.14 085/114] md/raid6: avoid data corruption during recovery of double-degraded RAID6
` [PATCH 3.14 086/114] md/raid10: fix memory leak when reshaping a RAID10
` [PATCH 3.14 087/114] md/raid10: Fix memory leak when raid10 reshape completes
` [PATCH 3.14 088/114] RDMA/iwcm: Use a default listen backlog if needed
` [PATCH 3.14 089/114] RDMA/uapi: Include socket.h in rdma_user_cm.h
` [PATCH 3.14 090/114] xfs: ensure verifiers are attached to recovered buffers
` [PATCH 3.14 091/114] xfs: quotacheck leaves dquot buffers without verifiers
` [PATCH 3.14 092/114] xfs: dont dirty buffers beyond EOF
` [PATCH 3.14 093/114] xfs: dont zero partial page cache pages during O_DIRECT writes
` [PATCH 3.14 094/114] xfs: dont zero partial page cache pages during O_DIRECT write
` [PATCH 3.14 095/114] libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctly
` [PATCH 3.14 096/114] libceph: add process_one_ticket() helper
` [PATCH 3.14 097/114] libceph: do not hard code max auth ticket len
` [PATCH 3.14 098/114] CIFS: Fix STATUS_CANNOT_DELETE error mapping for SMB2
` [PATCH 3.14 099/114] CIFS: Fix async reading on reconnects
` [PATCH 3.14 100/114] CIFS: Possible null ptr deref in SMB2_tcon
` [PATCH 3.14 101/114] CIFS: Fix wrong directory attributes after rename
` [PATCH 3.14 102/114] vfs: add d_is_dir()
` [PATCH 3.14 103/114] CIFS: Fix directory rename error
` [PATCH 3.14 104/114] CIFS: Fix wrong filename length for SMB2
` [PATCH 3.14 105/114] CIFS: Fix wrong restart readdir for SMB1
` [PATCH 3.14 106/114] mtd/ftl: fix the double free of the buffers allocated in build_maps()
` [PATCH 3.14 107/114] mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc()
` [PATCH 3.14 108/114] blkcg: dont call into policy draining if root_blkg is already gone
` [PATCH 3.14 109/114] IB/srp: Fix deadlock between host removal and multipathd
` [PATCH 3.14 110/114] drm/nouveau: Bump version from 1.1.1 to 1.1.2
` [PATCH 3.14 111/114] vfs: fix bad hashing of dentries
` [PATCH 3.14 112/114] libceph: gracefully handle large reply messages from the mon
` [PATCH 3.14 113/114] KEYS: Fix use-after-free in assoc_array_gc()
` [PATCH 3.14 114/114] KEYS: Fix termination condition in assoc array garbage collection

[RFC PATCH 0/7] Non-blockling buffered fs read (page cache only)
 2014-09-15 20:22 UTC  (15+ messages)
` [PATCH 1/7] Prepare for adding a new readv/writev with user flags
` [PATCH 2/7] Define new syscalls readv2,preadv2,writev2,pwritev2
` [PATCH 3/7] Export new vector IO (with flags) to userland
` [PATCH 4/7] O_NONBLOCK flag for readv2/preadv2
` [PATCH 5/7] documentation updates
` [PATCH 6/7] move flags enforcement to vfs_preadv/vfs_pwritev
` [PATCH 7/7] check for O_NONBLOCK in all read_iter instances

git branch --merged and git branch --verbose do not combine
 2014-09-15 20:20 UTC  (4+ messages)

[PATCH arm64-next v3] net: bpf: arm64: address randomize and write protect JIT code
 2014-09-15 20:20 UTC  (2+ messages)

[PATCH v3] libsanitizer: Enable GCC sanitizers
 2014-09-15 20:20 UTC  (3+ messages)

[PATCH] perf mem: improves DSO long names search speed with RB tree
 2014-09-15 20:15 UTC  (2+ messages)

[PATCH 4/8] staging: et131x: Remove ununsed statistics
 2014-09-15 20:15 UTC  (13+ messages)
        ` [RFC/PATCH] mailinfo: do not treat ">From" lines as in-body headers

[PATCH] mtd: nand: gpmi: add proper raw access support
 2014-09-15 20:12 UTC  (13+ messages)

[PATCH] kvm: Faults which trigger IO release the mmap_sem
 2014-09-15 20:11 UTC  (2+ messages)

limit radiotap header size
 2014-09-15 20:10 UTC 

[PATCH 3.10 00/71] 3.10.55-stable review
 2014-09-15 19:27 UTC  (71+ messages)
` [PATCH 3.10 01/71] media: xc5000: Fix get_frequency()
` [PATCH 3.10 02/71] media: xc4000: "
` [PATCH 3.10 03/71] media: au0828: Only alt setting logic when needed
` [PATCH 3.10 05/71] iommu/amd: Fix cleanup_domain for mass device removal
` [PATCH 3.10 06/71] spi: orion: fix incorrect handling of cell-index DT property
` [PATCH 3.10 07/71] spi: omap2-mcspi: Configure hardware when slave driver changes mode
` [PATCH 3.10 08/71] firmware: Do not use WARN_ON(!spin_is_locked())
` [PATCH 3.10 09/71] tpm: missing tpm_chip_put in tpm_get_random()
` [PATCH 3.10 10/71] CAPABILITIES: remove undefined caps from all processes
` [PATCH 3.10 11/71] kernel/smp.c:on_each_cpu_cond(): fix warning in fallback path
` [PATCH 3.10 12/71] mfd: omap-usb-host: Fix improper mask use
` [PATCH 3.10 13/71] regulator: arizona-ldo1: remove bypass functionality
` [PATCH 3.10 14/71] powerpc/mm/numa: Fix break placement
` [PATCH 3.10 15/71] powerpc/mm: Use read barrier when creating real_pte
` [PATCH 3.10 16/71] powerpc/pseries: Failure on removing device node
` [PATCH 3.10 17/71] Drivers: scsi: storvsc: Implement a eh_timed_out handler
` [PATCH 3.10 18/71] drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure
` [PATCH 3.10 19/71] MIPS: GIC: Prevent array overrun
` [PATCH 3.10 20/71] MIPS: Prevent user from setting FCSR cause bits
` [PATCH 3.10 21/71] MIPS: tlbex: Fix a missing statement for HUGETLB
` [PATCH 3.10 22/71] MIPS: Remove BUG_ON(!is_fpu_owner()) in do_ade()
` [PATCH 3.10 23/71] MIPS: asm/reg.h: Make 32- and 64-bit definitions available at the same time
` [PATCH 3.10 24/71] MIPS: Cleanup flags in syscall flags handlers
` [PATCH 3.10 25/71] MIPS: asm: thread_info: Add _TIF_SECCOMP flag
` [PATCH 3.10 26/71] MIPS: OCTEON: make get_system_type() thread-safe
` [PATCH 3.10 27/71] MIPS: Fix accessing to per-cpu data when flushing the cache
` [PATCH 3.10 28/71] openrisc: Rework signal handling
` [PATCH 3.10 29/71] ASoC: pcm: fix dpcm_path_put in dpcm runtime update
` [PATCH 3.10 30/71] ASoC: wm_adsp: Add missing MODULE_LICENSE
` [PATCH 3.10 31/71] ASoC: samsung: Correct I2S DAI suspend/resume ops
` [PATCH 3.10 32/71] ASoC: max98090: Fix missing free_irq
` [PATCH 3.10 33/71] ASoC: pxa-ssp: drop SNDRV_PCM_FMTBIT_S24_LE
` [PATCH 3.10 34/71] bfa: Fix undefined bit shift on big-endian architectures with 32-bit DMA address
` [PATCH 3.10 35/71] ACPICA: Utilities: Fix memory leak in acpi_ut_copy_iobject_to_iobject
` [PATCH 3.10 36/71] ACPI: Run fixed event device notifications in process context
` [PATCH 3.10 37/71] ACPI / cpuidle: fix deadlock between cpuidle_lock and cpu_hotplug.lock
` [PATCH 3.10 38/71] ring-buffer: Always reset iterator to reader page
` [PATCH 3.10 39/71] ring-buffer: Up rb_iter_peek() loop count to 3
` [PATCH 3.10 40/71] mnt: Only change user settable mount flags in remount
` [PATCH 3.10 41/71] mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remount
` [PATCH 3.10 42/71] mnt: Correct permission checks in do_remount
` [PATCH 3.10 43/71] mnt: Change the default remount atime from relatime to the existing value
` [PATCH 3.10 44/71] mnt: Add tests for unprivileged remount cases that have found to be faulty
` [PATCH 3.10 45/71] Bluetooth: never linger on process exit
` [PATCH 3.10 46/71] Bluetooth: Avoid use of session socket after the session gets freed
` [PATCH 3.10 47/71] md/raid6: avoid data corruption during recovery of double-degraded RAID6
` [PATCH 3.10 48/71] md/raid10: fix memory leak when reshaping a RAID10
` [PATCH 3.10 49/71] md/raid10: Fix memory leak when raid10 reshape completes
` [PATCH 3.10 50/71] RDMA/iwcm: Use a default listen backlog if needed
` [PATCH 3.10 51/71] xfs: quotacheck leaves dquot buffers without verifiers
` [PATCH 3.10 52/71] xfs: dont dirty buffers beyond EOF
` [PATCH 3.10 53/71] xfs: dont zero partial page cache pages during O_DIRECT writes
` [PATCH 3.10 54/71] xfs: dont zero partial page cache pages during O_DIRECT write
` [PATCH 3.10 55/71] md/raid1,raid10: always abort recover on write error
` [PATCH 3.10 56/71] libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctly
` [PATCH 3.10 57/71] libceph: add process_one_ticket() helper
` [PATCH 3.10 58/71] libceph: do not hard code max auth ticket len
` [PATCH 3.10 59/71] CIFS: Fix STATUS_CANNOT_DELETE error mapping for SMB2
` [PATCH 3.10 60/71] CIFS: Fix async reading on reconnects
` [PATCH 3.10 61/71] CIFS: Possible null ptr deref in SMB2_tcon
` [PATCH 3.10 62/71] CIFS: Fix wrong directory attributes after rename
` [PATCH 3.10 63/71] CIFS: Fix wrong filename length for SMB2
` [PATCH 3.10 64/71] CIFS: Fix wrong restart readdir for SMB1
` [PATCH 3.10 65/71] mtd/ftl: fix the double free of the buffers allocated in build_maps()
` [PATCH 3.10 66/71] mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc()
` [PATCH 3.10 67/71] blkcg: dont call into policy draining if root_blkg is already gone
` [PATCH 3.10 68/71] IB/srp: Fix deadlock between host removal and multipathd
` [PATCH 3.10 69/71] dcache.c: get rid of pointless macros
` [PATCH 3.10 70/71] vfs: fix bad hashing of dentries
` [PATCH 3.10 71/71] tpm: Provide a generic means to override the chip returned timeouts

[U-Boot] [PATCH 00/35][RFC] arm: socfpga: Usability fixes
 2014-09-15 20:09 UTC  (3+ messages)
` [U-Boot] [PATCH 15/35] arm: socfpga: clock: Add code to read clock configuration

[PATCH] NVMe: Updates for 1.1 spec
 2014-09-15 20:08 UTC 

[PATCH 1/4] unicore32-oldabi: add CONFIG_UNICORE32_OLDABI for distinguishing two ABIs
 2014-09-15 20:08 UTC  (2+ messages)

[Qemu-devel] [RFC 00/10] AHCI Device improvements
 2014-09-15 20:07 UTC  (4+ messages)
` [Qemu-devel] [RFC 02/10] AHCI: Update byte count after DMA completion

[PATCH v5 00/12] sched: consolidation of cpu_capacity
 2014-09-15 20:01 UTC  (14+ messages)
` [PATCH v5 10/12] sched: get CPU's utilization statistic
` [PATCH v5 11/12] sched: replace capacity_factor by utilization

[Qemu-devel] [PATCH] target-i386: update fp status fix
 2014-09-15 20:01 UTC  (2+ messages)

[PATCH 00/13] eeepc-laptop cleanups
 2014-09-15 20:01 UTC  (7+ messages)
` [PATCH 03/13] eeepc-laptop: coding style: add curly braces around else compound
` [PATCH 07/13] eeepc-laptop: make disp attribute really write-only

[Qemu-devel] [PATCH v1] async: aio_context_new(): Handle event_notifier_init failure
 2014-09-15 19:59 UTC  (4+ messages)

[PATCH] perf symbols: Add path to Ubuntu kernel debuginfo file
 2014-09-15 19:57 UTC  (3+ messages)

[Qemu-devel] OVMF, Q35 and USB keyboard/mouse
 2014-09-15 19:56 UTC  (2+ messages)

[PATCH v4 4/5] toshiba_acpi: Support new keyboard backlight type
 2014-09-15 19:56 UTC  (4+ messages)
` [PATCH v2 3/5] toshiba_acpi: Fix accelerometer direction reporting

[PATCH resend 0/2] i2c: hix5hd2: add i2c controller driver
 2014-09-15 19:56 UTC  (3+ messages)

Status of 'cris' architecture support in Linux kernel
 2014-09-15 19:55 UTC  (3+ messages)

DSA and skb->protocol
 2014-09-15 19:54 UTC  (4+ messages)

[PATCH 0/5] irqchip: atmel-aic: add RTT irq fixup
 2014-09-15 19:53 UTC  (6+ messages)

[PATCH] perf tools: fix type mismatch - long vs __statfs_word
 2014-09-15 19:52 UTC  (2+ messages)

[PATCH resend v4 0/4] clk: hix5hd2: clocks update
 2014-09-15 19:51 UTC  (6+ messages)
` [PATCH resend 1/4] clk: hix5hd2: add complex clk

[meta-fsl-arm][PATCH v2] u-boot-fslc: Update to 53cd36b revision
 2014-09-15 19:50 UTC  (2+ messages)

[PATCH 1/2] check-headers: add header usage checks for .c files
 2014-09-15 19:49 UTC  (4+ messages)

partx fails 4096 block size
 2014-09-15 19:48 UTC 

[PATCH] nilfs2: fix data loss with mmap()
 2014-09-15 19:47 UTC 

[meta-selinux][PATCH] selinux-userspace: update userspace SRC_URI and checksums
 2014-09-15 19:46 UTC 

[PATCH 1/2] ARM: kvm: define PAGE_S2_DEVICE as read-only by default
 2014-09-15 19:45 UTC  (10+ messages)

[PATCH] VMX: don't unintentionally leave x2APIC MSR intercepts disabled
 2014-09-15 19:44 UTC  (2+ messages)

[Buildroot] Outcome of the GSoC 2014
 2014-09-15 19:44 UTC 

TCP connection will hang in FIN_WAIT1 after closing if zero window is advertised
 2014-09-15 19:43 UTC  (2+ messages)

[PATCH 0/2 V6] irqchip: gic: Introduce ARM GICv2m MSI(-X) support
 2014-09-15 19:41 UTC  (6+ messages)
` [PATCH 2/2 V6] irqchip: gicv2m: Add support for multiple MSI for ARM64 GICv2m

[Qemu-devel] [PULL 0/2] QMP queue
 2014-09-15 19:40 UTC  (2+ messages)

[REGRESSION 3.17] scsi (uas) disks no longer using tagged command queuing
 2014-09-15 19:39 UTC  (9+ messages)
            ` [PATCH] scsi: fix regression that accidentally disabled block-based tcq


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.