All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-09-05 23:27:32 to 2016-09-06 02:36:56 UTC [more...]

[U-Boot] [PATCH v5 01/16] ext4: fix possible crash on directory traversal, ignore deleted entries
 2016-09-06  2:36 UTC  (16+ messages)
` [U-Boot] [PATCH v5 02/16] ext4: propagate error if creation of directory entry fails
` [U-Boot] [PATCH v5 03/16] ext4: Do not crash when trying to grow a directory using extents
` [U-Boot] [PATCH v5 04/16] ext4: Scan all directory blocks for space when inserting a new entry
` [U-Boot] [PATCH v5 05/16] ext4: Avoid corruption of directories with hash tree indexes
` [U-Boot] [PATCH v5 06/16] ext4: Scan all directory blocks when looking up an entry
` [U-Boot] [PATCH v5 07/16] ext4: Only update number of of unused inodes if GDT_CSUM feature is set
` [U-Boot] [PATCH v5 08/16] ext4: Do not clear zalloc'ed buffers a second time
` [U-Boot] [PATCH v5 09/16] ext4: After completely filled group, scan next group from the beginning
` [U-Boot] [PATCH v5 10/16] ext4: Avoid out-of-bounds access of block bitmap
` [U-Boot] [PATCH v5 11/16] ext4: Fix memory leak in case of failure
` [U-Boot] [PATCH v5 12/16] ext4: Use correct value for inode size even on revision 0 filesystems
` [U-Boot] [PATCH v5 13/16] ext4: initialize full inode for inodes bigger than 128 bytes
` [U-Boot] [PATCH v5 14/16] ext4: remove duplicated block release code for extents
` [U-Boot] [PATCH v5 15/16] ext4: Correct block number handling, empty block vs. error code
` [U-Boot] [PATCH v5 16/16] ext4: Fix memory leak of journal buffer if block is updated multiple times

[U-Boot] [PATCH v5 00/16] Fix several possible crashes/corruptions in ext4
 2016-09-06  2:36 UTC 

[PATCH v2 00/15] drm/amdgpu/si: Make SI DPM workable
 2016-09-06  2:35 UTC  (3+ messages)

[RFC PATCH v2 0/6] Reduce cache miss for snmp_fold_field
 2016-09-06  2:30 UTC  (14+ messages)
` [RFC PATCH v2 1/6] proc: Reduce cache miss in {snmp,netstat}_seq_show
` [RFC PATCH v2 2/6] proc: Reduce cache miss in snmp6_seq_show
` [RFC PATCH v2 3/6] proc: Reduce cache miss in sctp_snmp_seq_show
` [RFC PATCH v2 4/6] proc: Reduce cache miss in xfrm_statistics_seq_show
` [RFC PATCH v2 5/6] ipv6: Remove useless parameter in __snmp6_fill_statsdev
` [RFC PATCH v2 6/6] net: Suppress the "Comparison to NULL could be written" warning

[STABLE CHERRYPICK] ext4: avoid modifying checksum fields directly during checksum verification
 2016-09-06  2:29 UTC 

How well does bcache cope with frequently changing cache device?
 2016-09-06  2:27 UTC  (2+ messages)

cron job: media_tree daily build: ERRORS
 2016-09-06  2:27 UTC 

[PATCH 1/2] drm/amd/powerplay: enable/disable auto thermal throttle for tonga
 2016-09-06  2:26 UTC  (3+ messages)
` [PATCH 2/2] drm/amd/powerplay: fix issue power containment not enabled on Tonga

Hibernation broken since commit 274ad65c9d02 ("drm/radeon: hard reset r600 and newer GPU when hibernating.")
 2016-09-06  2:25 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/2] Delay initialization of memory backends
 2016-09-06  2:24 UTC  (4+ messages)

[bcachefs] BUG: soft lockup - CPU#0 stuck for 22s! [bch_copygc_read:5328]
 2016-09-06  2:24 UTC  (4+ messages)

[ath9k-devel] ATH9K_HTC TX ENDPOINT
 2016-09-06  2:23 UTC 

[Qemu-devel] [PULL 3/3] vhost-user: Attempt to fix a race with set_mem_table
 2016-09-06  2:22 UTC  (11+ messages)

[PATCHv3] diff.c: emit moved lines with a different color
 2016-09-06  2:20 UTC  (3+ messages)

[Qemu-devel] qapi DEVICE_DELETED event issued *before* instance_finalize?!
 2016-09-06  2:18 UTC  (6+ messages)
` [Qemu-devel] [libvirt] "

[PATCH net-next 4/9] rxrpc: Randomise epoch and starting client conn ID values
 2016-09-06  2:12 UTC  (5+ messages)
` [PATCH net-next 0/9] rxrpc: Small fixes

[PATCH] doc: add limitations for i40e PMD
 2016-09-06  2:17 UTC 

[RFC][PATCH 0/2] ALSA: control: limit life time of user-defined element set
 2016-09-06  2:16 UTC  (4+ messages)

[PATCH] leds: Introduce userspace leds driver
 2016-09-06  2:15 UTC 

Reminder: Yocto Project Technical Team Meeting - Tuesday, Sept. 6, 2016 8:00 AM US Pacific Time
 2016-09-06  2:14 UTC 

btrfs send extremely slow (almost stuck)
 2016-09-06  2:13 UTC  (8+ messages)

[PATCH] sched/core: simpler function for sched_exec migration
 2016-09-06  2:11 UTC  (3+ messages)

[PATCH] MIPS: Add RTC support for Loongson1C board
 2016-09-06  2:11 UTC 

[PATCH nf] netfilter: seqadj: Fix the wrong ack adjust for the RST packet without ack
 2016-09-06  2:10 UTC  (2+ messages)

[WIP PATCH v2] diff.c: emit moved lines with a different color
 2016-09-06  2:09 UTC  (5+ messages)

[PATCH 1/3] btrfs-progs: Introduce new send-dump object
 2016-09-06  2:08 UTC  (5+ messages)

custom linux kernel recipe
 2016-09-06  2:07 UTC  (9+ messages)

[PATCH 0/7] serial: 8250_fintek: Fix the IRQ mode and code refactoring
 2016-09-06  2:04 UTC  (10+ messages)
` [PATCH 3/7] serial: 8250_fintek: Set maximum FIFO of F81216H
` [PATCH 4/7] serial: 8250_fintek: Rearrange function
` [PATCH 5/7] serial: 8250_fintek: Add F81216 Support

[U-Boot] [PATCH v2 0/7] Clean-up: squash lines for immediate return
 2016-09-06  2:03 UTC  (7+ messages)
` [U-Boot] [PATCH v2 2/7] video: "
` [U-Boot] [PATCH v2 4/7] x86: "

[PATCH] usb: gadget: prevent potenial null pointer dereference on skb->len
 2016-09-06  1:44 UTC  (2+ messages)

[PATCH] mmc: core: Use a default maximum erase timeout
 2016-09-06  1:59 UTC  (2+ messages)

[RFC v4 0/3] iio: potentiostat: add LMP91000 support
 2016-09-06  1:58 UTC  (9+ messages)
` [RFC v4 3/3] "

[PATCH v4 nf] netfilter: seqadj: Drop the packet directly when fail to add seqadj extension to avoid dereference NULL pointer later
 2016-09-06  1:57 UTC 

PulseAudio abort with BT/A2DP disconnect
 2016-09-06  1:58 UTC  (3+ messages)

[PATCH 2/7] fs/locks: Replace lg_global with a percpu-rwsem
 2016-09-06  1:58 UTC 

[Qemu-devel] [PATCH v7 00/20] block: Image locking series for 2.8
 2016-09-06  1:49 UTC  (2+ messages)

[U-Boot] [PATCH] x86: conga-qeval20-qa3: Add README to explain the console UART options
 2016-09-06  1:57 UTC  (2+ messages)

[Qemu-devel] [PATCH RFC 0/4] Enable MTTCG on PowerPC
 2016-09-06  1:55 UTC  (7+ messages)
` [Qemu-devel] [PATCH RFC 4/4] target-ppc: flush tlb from all the cpu

[RESEND][v2][PATCH] KVM: PPC: Book3S HV: Migrate pinned pages out of CMA
 2016-09-06  1:55 UTC  (5+ messages)

[Qemu-devel] [PATCH v2 0/7] docker tests fixes
 2016-09-06  1:47 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 1/7] docker.py: don't hang on large docker output
` [Qemu-devel] [PATCH v2 3/7] docker: debian-bootstrap.pre: print helpful message if DEB_ARCH/DEB_TYPE unset
` [Qemu-devel] [PATCH v2 5/7] docker: make sure debootstrap is at least 1.0.67

[U-Boot] [PATCH] net: write enetaddr down to hardware on env_callback
 2016-09-06  1:54 UTC  (3+ messages)

[PATCH] usb: chipidea: udc: fix NULL ptr dereference in isr_setup_status_phase
 2016-09-06  1:50 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] virtio-balloon: resume collecting stats on vmload
 2016-09-06  1:45 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/2] "

[Qemu-devel] [PATCH v2 0/6] hypertrace: Lightweight guest-to-QEMU trace channel
 2016-09-06  1:43 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 4/6] hypertrace: [softmmu] Add QEMU-side proxy to "guest_hypertrace" event

[PATCH v2 0/5] implement new Rx checksum flag
 2016-09-06  1:27 UTC  (6+ messages)
` [PATCH v2 1/5] net/fm10k: fix Rx checksum flags
` [PATCH v2 2/5] net/fm10k: implement new Rx checksum flag
` [PATCH v2 3/5] net/e1000: "
` [PATCH v2 4/5] net/ixgbe: "
` [PATCH v2 5/5] net/i40e: "

[PATCH v2] ASoC: rockchip: spdif: restore register during runtime_suspend/resume cycle
 2016-09-06  1:23 UTC  (2+ messages)

[PATCH 1/3] perf tools: Recognize hugetlb mapping as anon mapping
 2016-09-06  1:22 UTC  (4+ messages)
` [PATCH 1/3 (fix commit message)] "

[RFC 00/13] x86/mm: PCID and INVPCID
 2016-09-06  1:22 UTC  (4+ messages)
` [RFC 05/13] x86/mm: Add barriers and document switch_mm-vs-flush synchronization

[PATCH v2] ASoC: rockchip: i2s: restore register during runtime_suspend/resume cycle
 2016-09-06  1:19 UTC  (2+ messages)

[PATCH 1/4] powerpc/book3s: Add a cpu table entry for different POWER9 revs
 2016-09-06  1:18 UTC  (8+ messages)
` [PATCH 2/4] powerpc/mm/radix: Use different RTS encoding "
` [PATCH 3/4] powerpc/mm/radix: Use different pte update sequence "
` [PATCH 4/4] powerpc/mm: Update the HID bit when switching from radix to hash

[ath9k-devel] Going Deaf in adhoc mode
 2016-09-06  1:17 UTC 

[PATCH] f2fs: walk around a panic caused by nrpages is not zero in clear_inode
 2016-09-06  1:17 UTC 

[Buildroot] [PATCH] gcc: bump 6.x series to 6.2.0
 2016-09-06  1:12 UTC 

[Buildroot] [PATCH] package/binutils: add binutils 2.27
 2016-09-06  1:11 UTC 

[RFC 00/22] xen/arm: Rework the P2M code to follow break-before-make sequence
 2016-09-06  1:08 UTC  (3+ messages)
` [RFC 18/22] xen/arm: p2m: Introduce p2m_set_entry and __p2m_set_entry

2.10.0: multiple versionsort.prereleasesuffix buggy?
 2016-09-06  1:07 UTC  (2+ messages)

[U-Boot] ZynqMP breakage
 2016-09-06  1:05 UTC  (4+ messages)

[U-Boot] [PATCH 0/5] clean rkpwm driver
 2016-09-06  1:05 UTC  (7+ messages)
` [U-Boot] [PATCH 1/5] clk: rk3399: add pmucru controller support
` [U-Boot] [PATCH 2/5] clk: rk3288: add PWM clock get rate

[U-Boot] [PATCH PATCH v1] watchdog: Fix Watchdog Reset while in U-Boot Prompt
 2016-09-06  1:04 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH] eth: asix88179: Reset device during probe with DM_ETH enabled
 2016-09-06  1:04 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/44] Kconfig: Move CONFIG_SPL_..._SUPPORT to Kconfig
 2016-09-06  1:04 UTC  (9+ messages)
` [U-Boot] [PATCH v2 21/44] Convert CONFIG_SPL_GPIO_SUPPORT "

[U-Boot] [PATCH v1 0/2] clk: at91: Fix the wrong used class ID
 2016-09-06  1:04 UTC  (3+ messages)
` [U-Boot] [PATCH v1 1/2] clk: at91: Fix at91-pmc and at91-sckc's "

[U-Boot] [PATCH] Increase default of CONFIG_SYS_MALLOC_F_LEN for SPL_OF_CONTROL
 2016-09-06  1:04 UTC  (3+ messages)

[U-Boot] [PATCH v1 0/4] board: sama5d2_xplained: Convert to use device tree and drivers with DM
 2016-09-06  1:04 UTC  (5+ messages)
` [U-Boot] [PATCH v1 2/4] board: sama5d2_xplained: Clean up code
` [U-Boot] [PATCH v1 4/4] board: sama5d2_xplained: Enable an early debug UART

[U-Boot] [PATCH v1 0/2] serial: atmel_usart: Support to enable an early debug UART
 2016-09-06  1:04 UTC  (3+ messages)
` [U-Boot] [PATCH v1 2/2] serial: atmel_usart: Support "

[U-Boot] [PATCH v1] i2c: at91_i2c: Fix the wrong include file
 2016-09-06  1:04 UTC  (2+ messages)

[U-Boot] [PATCH 0/7] add pwm regulator driver
 2016-09-06  1:04 UTC  (15+ messages)
` [U-Boot] [PATCH 1/7] rockchip: rk3399: update PPLL and pmu_pclk frequency
` [U-Boot] [PATCH 2/7] rockchip: rkpwm: fix the register sequence
` [U-Boot] [PATCH 3/7] power: regulator: add pwm regulator
` [U-Boot] [PATCH 4/7] rockchip: evb_rk3399: init vdd_center regulator
` [U-Boot] [PATCH 5/7] Kconfig: rockchip: enable DM_PWM and DM_REGULATOR
` [U-Boot] [PATCH 6/7] dts: evb-rk3399: add init voltage node for vdd-center
` [U-Boot] [PATCH 7/7] config: evb-rk3399: enable pwm regulator

[U-Boot] [PATCH 1/3] mmc: dw_mmc: change the read/write order under fifo mode
 2016-09-06  1:03 UTC  (5+ messages)
` [U-Boot] [PATCH 2/3] rockchip: add usb mass storage feature support for rk3036
` [U-Boot] [PATCH 3/3] rockchip: use rockchip linux partitions map

[U-Boot] [PATCH] rockchip: rk3288-firefly: enable boot from eMMC
 2016-09-06  1:03 UTC  (6+ messages)

[U-Boot] [PATCH 0/5] mmc: uniphier: migrate to CONFIG_DM_MMC_OPS and CONFIG_BLK
 2016-09-06  1:03 UTC  (5+ messages)
` [U-Boot] [PATCH 1/5] mmc: uniphier-sd: migrate to CONFIG_DM_MMC_OPS
` [U-Boot] [PATCH 5/5] mmc: uniphier-sd: migrate to CONFIG_BLK

[U-Boot] [PATCH] sf: fix sf probe
 2016-09-06  1:03 UTC  (3+ messages)

[U-Boot] [PATCH 0/3] rockchip: i2c: fix >32 byte writes
 2016-09-06  1:03 UTC  (7+ messages)
` [U-Boot] [PATCH 1/3] rockchip: i2c: use named constant when appropriate
` [U-Boot] [PATCH 2/3] rockchip: i2c: move register write out of inner loop
` [U-Boot] [PATCH 3/3] rockchip: i2c: fix >32 byte writes

[U-Boot] [PATCH v3 0/2] With this change the SPL binary shrinks from 32k to 23k when
 2016-09-06  1:02 UTC  (5+ messages)
` [U-Boot] [PATCH v3 1/2] Disable SPL_MMC_SUPPORT if ROCKCHIP_SPL_BACK_TO_BROM is enabled
` [U-Boot] [PATCH v3 2/2] Enable ROCKCHIP_SPL_BACK_TO_BROM for rock2 board

[Ocfs2-devel] [PATCH] ocfs2/dlm: fix race between convert and migration
 2016-09-06  1:01 UTC 

[PATCH] mfd: lp873x: Remove unused mutex lock from struct lp873x
 2016-09-06  0:59 UTC 

[PATCH] ASoC: sun4i-codec: Distinguish sun4i from sun7i
 2016-09-06  0:58 UTC  (3+ messages)

[Ksummit-discuss] [Stable kernel] feature backporting collaboration
 2016-09-06  0:57 UTC  (13+ messages)

[Bug 97605] AMDGPU Black Screen when Booting
 2016-09-06  0:53 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/7] ppc/pnv: add a minimal platform
 2016-09-06  0:52 UTC  (16+ messages)
` [Qemu-devel] [PATCH v2 2/7] ppc/pnv: add a PnvChip object
` [Qemu-devel] [PATCH v2 3/7] ppc/pnv: Add XSCOM infrastructure

[PATCH 2/5 v2] thermal: rcar_gen3_thermal: Add R-Car Gen3 thermal driver
 2016-09-06  0:51 UTC  (3+ messages)

[renesas:topic/sdhi-gen3-dma-v3.rebase 5/6] ERROR: "sdhi_internal_dmac_init_dma" [drivers/mmc/host/sh_mobile_sdhi.ko] undefined!
 2016-09-05 13:04 UTC 

[PATCH] KVM: nVMX: pass valid guest linear-address to the L1
 2016-09-06  0:45 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 01/10] ppc: Fix rfi/rfid/hrfi/... emulation
 2016-09-06  0:16 UTC  (8+ messages)

[PATCH] thermal: armada: add support for suspend/resume
 2016-09-06  0:36 UTC  (3+ messages)

[PATCH/RFT v2 0/8] Add SDHI to r8a7796/salvator-x
 2016-09-06  0:34 UTC  (3+ messages)

[Qemu-devel] [PATCH v3] target-i386: present virtual L3 cache info for vcpus
 2016-09-06  0:31 UTC  (3+ messages)

[PATCH v2 0/3] Add Mediatek thermal driver for mt2701
 2016-09-06  0:30 UTC  (7+ messages)
` [PATCH v2 3/3] arm: dts: thermal: add thermal/auxadc node

[PATCH v1 0/4] arm64 kexec-tools patches
 2016-09-06  0:29 UTC  (10+ messages)
` [PATCH v1 1/4] kexec: (bugfix) calc correct end address of memory ranges in device tree
              ` Memory range end be inclusive or exclusive? "

[PATCH] RDS: Simplify code
 2016-09-06  0:22 UTC  (7+ messages)

[U-Boot] [PATCH v3 13/13] ext4: initialize full inode for inodes bigger than 128 bytes
 2016-09-05 23:56 UTC 

[PATCH] stash: allow ref of a stash by index
 2016-09-05 23:52 UTC  (4+ messages)

[PATCH] sctp: Remove some redundant code
 2016-09-05 23:48 UTC  (3+ messages)

Great Offer
 2016-09-05 23:41 UTC 

[PATCH v4 00/20] Consistent TM structures
 2016-09-05 23:44 UTC  (21+ messages)
` [PATCH v4 01/20] selftests/powerpc: Compile selftests against headers without AT_HWCAP2
` [PATCH v4 02/20] powerpc: Always restore FPU/VEC/VSX if hardware transactional memory in use
` [PATCH v4 03/20] powerpc: Add check_if_tm_restore_required() to giveup_all()
` [PATCH v4 04/20] powerpc: Return the new MSR from msr_check_and_set()
` [PATCH v4 05/20] powerpc: Never giveup a reclaimed thread when enabling kernel {fp, altivec, vsx}
` [PATCH v4 06/20] powerpc: signals: Stop using current in signal code
` [PATCH v4 07/20] selftests/powerpc: Check for VSX preservation across userspace preemption
` [PATCH v4 08/20] selftests/powerpc: Rework FPU stack placement macros and move to header file
` [PATCH v4 09/20] selftests/powerpc: Move VMX stack frame macros "
` [PATCH v4 10/20] selftests/powerpc: Introduce GPR asm helper "
` [PATCH v4 11/20] selftests/powerpc: Allow tests to extend their kill timeout
` [PATCH v4 12/20] selftests/powerpc: Add TM tcheck helpers in C
` [PATCH v4 13/20] selftests/powerpc: Check that signals always get delivered
` [PATCH v4 14/20] selftests/powerpc: Add checks for transactional GPRs in signal contexts
` [PATCH v4 15/20] selftests/powerpc: Add checks for transactional FPUs "
` [PATCH v4 16/20] selftests/powerpc: Add checks for transactional VMXs "
` [PATCH v4 17/20] selftests/powerpc: Add checks for transactional VSXs "
` [PATCH v4 18/20] powerpc: tm: Always use fp_state and vr_state to store live registers
` [PATCH v4 19/20] powerpc: tm: Rename transct_(*) to ck(\1)_state
` [PATCH v4 20/20] powerpc: Remove do_load_up_transact_{fpu,altivec}

[PATCH v7 0/4] the fix for the USB HOST1 at rk3288 platform
 2016-09-05 23:38 UTC  (5+ messages)
` [PATCH v7 3/4] usb: dwc2: assert phy reset when waking up in "

linux-next: please clean up the thermal-soc tree
 2016-09-05 23:34 UTC  (3+ messages)

linux-next: build failure after merge of the akpm-current tree
 2016-09-05 23:27 UTC  (3+ messages)

[PATCH v3 0/2] arm64: dts: rockchip: Support PMU for rk3399 SoCs
 2016-09-05 23:27 UTC  (4+ messages)
` [PATCH v3 2/2] arm64: dts: rockchip: support the pmu node for rk3399


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.