All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-29 03:04:33 to 2017-12-29 07:31:26 UTC [more...]

[Qemu-devel] [PATCH 0/5] ioapic: support TYPE_INTERRUPT_STATS_PROVIDER
 2017-12-29  7:31 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/5] doc: another fix to "info pic"
` [Qemu-devel] [PATCH 2/5] ioapic: support "
` [Qemu-devel] [PATCH 3/5] ioapic: some proper indents when dump info

[PATCH RESEND 1/3] net: Fix possible race in peernet2id_alloc()
 2017-12-29  7:30 UTC  (3+ messages)
` [PATCH RESEND 2/3] net: Add BUG_ON() to get_net()
` [PATCH RESEND 3/3] net: Remove spinlock from get_net_ns_by_id()

[PATCH libnftnl] tests: nft-parsing-test: fix warning - ignoring return value of fgets
 2017-12-29  7:29 UTC 

About the try to remove cross-release feature entirely by Ingo
 2017-12-29  7:28 UTC  (6+ messages)

[PATCH v2] zram: better utilization of zram swap space
 2017-12-29  7:26 UTC  (6+ messages)

[PATCH v3 for-next 0/2] Bugfixes for eq support in hns
 2017-12-29  7:26 UTC  (4+ messages)
` [PATCH v3 for-next 2/2] RDMA/hns: Fix alignment problem of the doorbell

[PATCH v2 0/4] Address error and recovery for AER and DPC
 2017-12-29  7:24 UTC  (5+ messages)
` [PATCH v2 1/4] PCI/AER: factor out error reporting from AER
` [PATCH v2 2/4] PCI/DPC/AER: Address Concurrency between AER and DPC
` [PATCH v2 3/4] PCI/ERR: Do not do recovery if DPC service is active
` [PATCH v2 4/4] PCI/DPC: Enumerate the devices after DPC trigger event

[PATCH net-next] cxgb4: Check alignment constraint for T6
 2017-12-29  7:18 UTC 

[ANNOUNCE] Git v2.16.0-rc0
 2017-12-29  7:17 UTC  (2+ messages)

[PATCH] iio: adc: max9611: fix module auto-loading
 2017-12-29  7:14 UTC  (2+ messages)

[clk:clk-next 170/171] ERROR: "clk_regmap_mux_div_ops" [drivers/clk/qcom/apcs-msm8916.ko] undefined!
 2017-12-29  7:12 UTC  (2+ messages)

[U-Boot] [PATCH] i2c: mxc_i2c: Use or operation
 2017-12-29  7:06 UTC 

[PATCH 0/9] Upstream Multimedia patches for L4.9.51_MX8MQ Beta release
 2017-12-29  2:30 UTC  (3+ messages)

[PATCH v3 0/6] overlay: implement fsck.overlay utility
 2017-12-29  7:03 UTC  (8+ messages)
` [PATCH v3 4/6] fsck.overlay: correct redirect xattr check
` [PATCH v3 6/6] fsck.overlay: add impure "

[Buildroot] [autobuild.buildroot.net] Build results for 2017-12-28
 2017-12-29  7:00 UTC 

[PATCH] examples/vhost: fix sending arp packet to self
 2017-12-29 14:33 UTC  (4+ messages)
` [PATCH v2] "

[PATCH libnftnl] tests: change char * pointer to constant (const char *)
 2017-12-29  6:49 UTC 

[PATCH for-next] iw_cxgb4: Change error/warn prints to pr_debug
 2017-12-29  6:43 UTC  (7+ messages)

[PATCH v6 2/8] module: use relative references for __ksymtab entries
 2017-12-29  6:42 UTC  (6+ messages)

[PATCH] md/raid5: fix a potential deadlock of raid5 reshape
 2017-12-29  6:42 UTC  (4+ messages)

[PATCH v14 0/9] Add ARMv8 RAS virtualization support in QEMU
 2017-12-29  6:33 UTC  (9+ messages)
` [PATCH v14 2/9] ACPI: Add APEI GHES table generation and CPER record support
    ` [Qemu-devel] "
` [PATCH v14 5/9] target-arm: kvm64: inject synchronous External Abort
    ` [Qemu-devel] "

[Qemu-devel] [PATCH 00/38] Add hppa-softmmu
 2017-12-29  6:31 UTC  (39+ messages)
` [Qemu-devel] [PATCH 01/38] target/hppa: Skeleton support for hppa-softmmu
` [Qemu-devel] [PATCH 02/38] target/hppa: Define the rest of the PSW
` [Qemu-devel] [PATCH 03/38] target/hppa: Disable gateway page emulation for system mode
` [Qemu-devel] [PATCH 04/38] target/hppa: Define hardware exception types
` [Qemu-devel] [PATCH 05/38] target/hppa: Split address size from register size
` [Qemu-devel] [PATCH 06/38] target/hppa: Implement mmu_idx from IA privilege level
` [Qemu-devel] [PATCH 07/38] target/hppa: Implement the system mask instructions
` [Qemu-devel] [PATCH 08/38] target/hppa: Add space registers
` [Qemu-devel] [PATCH 09/38] target/hppa: Add control registers
` [Qemu-devel] [PATCH 10/38] target/hppa: Adjust insn mask for mfctl, w
` [Qemu-devel] [PATCH 11/38] target/hppa: Implement rfi
` [Qemu-devel] [PATCH 12/38] target/hppa: Fill in hppa_cpu_do_interrupt/hppa_cpu_exec_interrupt
` [Qemu-devel] [PATCH 13/38] target/hppa: Implement unaligned access trap
` [Qemu-devel] [PATCH 14/38] target/hppa: Use space registers in data operations
` [Qemu-devel] [PATCH 15/38] target/hppa: Do not set cs_base to iaoq_b
` [Qemu-devel] [PATCH 16/38] target/hppa: Avoid privilege level decrease during branches
` [Qemu-devel] [PATCH 17/38] target/hppa: Implement IASQ
` [Qemu-devel] [PATCH 18/38] target/hppa: Implement tlb_fill
` [Qemu-devel] [PATCH 19/38] target/hppa: Implement external interrupts
` [Qemu-devel] [PATCH 20/38] target/hppa: Implement the interval timer
` [Qemu-devel] [PATCH 21/38] target/hppa: Log unimplemented instructions
` [Qemu-devel] [PATCH 22/38] target/hppa: Implement I*TLBA and I*TLBP insns
` [Qemu-devel] [PATCH 23/38] target/hppa: Implement P*TLB and P*TLBE insns
` [Qemu-devel] [PATCH 24/38] target/hppa: Implement LDWA
` [Qemu-devel] [PATCH 25/38] target/hppa: Implement LPA
` [Qemu-devel] [PATCH 26/38] target/hppa: Implement LCI
` [Qemu-devel] [PATCH 27/38] target/hppa: Implement SYNCDMA insn
` [Qemu-devel] [PATCH 28/38] target/hppa: Implement a halt instruction
` [Qemu-devel] [PATCH 29/38] hw/hppa: Implement DINO system board
` [Qemu-devel] [PATCH 30/38] target/hppa: Optimize for flat addressing space
` [Qemu-devel] [PATCH 31/38] target/hppa: Add system registers to gdbstub
` [Qemu-devel] [PATCH 32/38] target/hppa: Add migration for the cpu
` [Qemu-devel] [PATCH 33/38] target/hppa: Implement B,GATE insn
` [Qemu-devel] [PATCH 34/38] target/hppa: Only use EXCP_DTLB_MISS
` [Qemu-devel] [PATCH 35/38] qom: Add MMU_DEBUG_LOAD
` [Qemu-devel] [PATCH 36/38] target/hppa: Use MMU_DEBUG_LOAD when reloading for CR[IIR]
` [Qemu-devel] [PATCH 37/38] target/hppa: Increase number of temp regs
` [Qemu-devel] [PATCH 38/38] target/hppa: Fix comment

[PATCH] doc: fix link bonding pmd typo in prog guide
 2017-12-29  6:32 UTC 

[PATCH v3 00/16] Support for Qualcomm QUSBv2 and QMPv3 USB PHYs
 2017-12-29  6:28 UTC  (14+ messages)
` [PATCH v3 14/16] phy: Add notify_speed callback
                ` [v3,14/16] "

[meta-cgl-common][PATCH 0/3] pacemaker: some fix
 2017-12-29  6:04 UTC  (4+ messages)
` [meta-cgl-common][PATCH 1/3] pacemaker: add pacemaker-cli-utils to RDEPENDS
` [meta-cgl-common][PATCH 2/3] pacemaker: rework 0002-pacemaker-search-header-from-STAGING_INCDIR-to-walka.patch
` [meta-cgl-common][PATCH 3/3] pacemaker: set OCF_ROOT_DIR to $libdir/ocf

[PATCH] Add shell completion for git remote rm
 2017-12-29  6:21 UTC  (5+ messages)

[U-Boot] [PATCH v2 00/13] arm: am57xx: Add support for am574-idk
 2017-12-29  6:17 UTC  (14+ messages)
` [U-Boot] [PATCH v2 01/13] drivers: dma: ti-edma3: add support for memory fill
` [U-Boot] [PATCH v2 02/13] arm: emif-common: Add ecc specific emif registers
` [U-Boot] [PATCH v2 03/13] arm: emif-common: Add suppport for enabling ECC
` [U-Boot] [PATCH v2 04/13] arm: keystone: Move cmd_ddr3 to a common place
` [U-Boot] [PATCH v2 05/13] cmd: ti: Generalize cmd_ddr3 command
` [U-Boot] [PATCH v2 06/13] arm: dra762: Add support for device package identification
` [U-Boot] [PATCH v2 07/13] board: ti: am574x-idk: Add epprom support
` [U-Boot] [PATCH v2 08/13] board: ti: am574x-idk: Add hw data support
` [U-Boot] [PATCH v2 09/13] board: ti: am574x-idk: Add ddr "
` [U-Boot] [PATCH v2 10/13] board: ti: am574x-idk: Update pinmux using latest PMT
` [U-Boot] [PATCH v2 11/13] board: ti: am57xx: Enable CMD_DDR3
` [U-Boot] [PATCH v2 12/13] ARM: dts: am574x-idk: Add initial support
` [U-Boot] [PATCH v2 13/13] env: ti: Select dtb name for dra76x and am574

[U-Boot] [PATCH 00/13] arm: am57xx: Add support for am574-idk
 2017-12-29  6:17 UTC  (6+ messages)
` [U-Boot] [PATCH 09/13] board: ti: am574x-idk: Add ddr data support

[PATCH] md/md: replace confusing resync progress 99.9% with new wording
 2017-12-29  6:15 UTC  (3+ messages)

[PATCH v11 0/6] Add support for Qualcomm A53 CPU clock
 2017-12-29  6:14 UTC  (5+ messages)
` [PATCH v11 2/6] mailbox: qcom: Create APCS child device for clock controller

[PATCH] regulator: sc2731: Fix defines for SC2731_WR_UNLOCK and SC2731_PWR_WR_PROT_VALUE
 2017-12-29  6:12 UTC 

[PATCH v2 0/9] PCI: Add support to the Cadence PCIe controller
 2017-12-29  6:08 UTC  (4+ messages)
` [PATCH v2 9/9] PCI: cadence: Add EndPoint Controller driver for "

[PATCH v2] Bluetooth: Replace dependency on SERIAL_DEV_BUS by selection
 2017-12-29  6:09 UTC  (3+ messages)

[meta-networking][PATCH] corosync: add corosync.conf.example
 2017-12-29  5:44 UTC 

[Buildroot] [RFC 0/2] Handle conflicting files with Busybox
 2017-12-29  5:59 UTC  (8+ messages)
` [Buildroot] [RFC 1/2] busybox: avoid conflict with other packages

[lkp-robot] [x86/entry/64] 7f2590a110: will-it-scale.per_process_ops -8.7% regression
 2017-12-29  5:45 UTC 

[PATCH] gdb: fix build with x32
 2017-12-29  5:43 UTC 

[lkp-robot] [xfs] d5b62f5c6a: xfstests.xfs.348.fail
 2017-12-29  5:41 UTC 

[lkp-robot] [radix] 0b294bb312: WARNING:at_kernel/sched/core.c:#migrate_disable
 2017-12-29  5:40 UTC 

[meta-oe][PATCH] libyui-ncurses: new add
 2017-12-29  5:35 UTC  (3+ messages)

[oe-commits] [meta-openembedded] 06/06: dnfdragora: new add
 2017-12-29  5:32 UTC  (2+ messages)

IP forwarding and eBPF
 2017-12-29  5:19 UTC  (3+ messages)

[PATCH 0/4] Address error and recovery for AER and DPC
 2017-12-29  5:15 UTC  (3+ messages)

[U-Boot] Dragonboard410c and Dragonboard820c patchset
 2017-12-29  5:12 UTC  (5+ messages)

RGW RFC: Multiple-Data-Pool Support for a Bucket
 2017-12-29  5:12 UTC  (8+ messages)

Current Best Practices for periodic threads
 2017-12-29  5:04 UTC  (2+ messages)

[rjarzmik:pxa/for-next 7/10] drivers/gpio/gpio-reg.c:106:21: error: 'struct gpio_reg' has no member named 'irq'; did you mean 'irqs'?
 2017-12-29  5:04 UTC 

[PATCH V8 0/3] OPP: Allow OPP table to be used for power-domains
 2017-12-29  4:58 UTC  (8+ messages)
` [PATCH V8 3/3] OPP: Allow "opp-hz" and "opp-microvolt" to contain magic values

[Bug 104193] [radeonsi] The Witcher 3 freezes the system with no attachments calls & transform feedback Wine patch
 2017-12-29  4:53 UTC  (2+ messages)

BUG: merge -s theirs is not in effect (does the same as -s ours)
 2017-12-29  4:41 UTC  (11+ messages)
  ` Re* "
    ` -X theirs does not resolve symlink conflict Was: BUG: merge -s theirs is not in effect
              ` [PATCH] merge: teach -Xours/-Xtheirs to symbolic link merge

cron job: media_tree daily build: ERRORS
 2017-12-29  4:41 UTC 

[PATCH] clk: fix reentrancy of clk_enable() on UP systems
 2017-12-29  4:26 UTC  (3+ messages)

[PATCH 0/3] Change ISA_BUS_API dependency to selection
 2017-12-29  4:25 UTC  (4+ messages)

[git pull] drm fixes for 4.15-rc6
 2017-12-29  4:20 UTC  (3+ messages)

[U-Boot] [PATCH v2] armv8: LS1088: Increase size of CONFIG_SYS_MONITOR_LEN
 2017-12-29  4:05 UTC 

Hand Patching a BTRFS Superblock?
 2017-12-29  4:00 UTC  (10+ messages)

[PATCH] Rename copy_file_range to _copy_file_range
 2017-12-29  3:55 UTC  (2+ messages)

[PATCH v2 0/2] Support VxLAN GRO
 2017-12-29  3:53 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] gro: code cleanup
  ` [PATCH v3 2/2] gro: support VxLAN GRO

[PATCH] kallsyms: let print_ip_sym() print raw addresses
 2017-12-29  3:49 UTC  (2+ messages)

[PATCH] net/virtio-user: specify MAC address for tap port
 2017-12-29  3:38 UTC  (6+ messages)
` [PATCH] net/virtio-user: specify the MAC of the tap

[PATCH v6 0/6] Add M_CAN Support for Dra76 platform
 2017-12-29  3:38 UTC  (3+ messages)

[Qemu-devel] [PATCH v6 00/20] add byte-based block_status driver callbacks
 2017-12-29  3:27 UTC  (21+ messages)
` [Qemu-devel] [PATCH v6 06/20] iscsi: Switch iscsi_allocmap_update() to byte-based
` [Qemu-devel] [PATCH v6 07/20] iscsi: Switch to .bdrv_co_block_status()
` [Qemu-devel] [PATCH v6 12/20] qed: "
` [Qemu-devel] [PATCH v6 13/20] raw: "
` [Qemu-devel] [PATCH v6 14/20] sheepdog: "
` [Qemu-devel] [PATCH v6 15/20] vdi: Avoid bitrot of debugging code
` [Qemu-devel] [PATCH v6 16/20] vdi: Switch to .bdrv_co_block_status()
` [Qemu-devel] [PATCH v6 17/20] vmdk: "
` [Qemu-devel] [PATCH v6 19/20] vvfat: "
` [Qemu-devel] [PATCH v6 20/20] block: Drop unused .bdrv_co_get_block_status()

[BUG RFD]selinux: sidtab_context_to_sid return -NOMEM when concurrent with security_load_policy
 2017-12-29  3:14 UTC  (3+ messages)

[U-Boot] [PATCH 1/1] dm: core: remove orphaned parameter description in platdata.h
 2017-12-29  3:14 UTC  (2+ messages)

[U-Boot] [EXT] Re: Would you please give some advice on our MDIO driver implementaion?
 2017-12-29  3:14 UTC  (2+ messages)

[U-Boot] [PATCH] Travis-CI: Split 't208xrdb t4qds t102*'-job into separate jobs
 2017-12-29  3:13 UTC  (2+ messages)

[U-Boot] [PATCH 00/11] Introduce variables whitelisting in environment
 2017-12-29  3:13 UTC  (2+ messages)

[U-Boot] [PATCH RFC] sandbox: Add 64-bit sandbox
 2017-12-29  3:13 UTC  (2+ messages)

[U-Boot] [PATCH 1/4] ARM: tegra: don't use CONFIG_SPL_TEXT_BASE when no SPL
 2017-12-29  3:13 UTC  (2+ messages)

[U-Boot] [PATCH 00/14] env: Multiple env support and env transition for sunxi
 2017-12-29  3:13 UTC  (20+ messages)
` [U-Boot] [PATCH 01/14] cmd: nvedit: Get rid of the env lookup
` [U-Boot] [PATCH 02/14] env: Rename env_driver_lookup_default and env_get_default_location
` [U-Boot] [PATCH 03/14] env: Pass additional parameters to the env lookup function
` [U-Boot] [PATCH 04/14] env: Make the env save message a bit more explicit
` [U-Boot] [PATCH 05/14] env: Make it explicit where we're loading our environment from
` [U-Boot] [PATCH 09/14] env: Support multiple environments
` [U-Boot] [PATCH 10/14] env: Initialise all the environments
` [U-Boot] [PATCH 11/14] env: Allow to build multiple environments in Kconfig
` [U-Boot] [PATCH 12/14] env: Mark env_get_location as weak

precedence bug in MAKE_PROCESS_CPUCLOCK macro?
 2017-12-29  3:11 UTC  (8+ messages)
` [Linux-kselftest-mirror] [PATCH] posix-timers: prevent UB from shifting negative signed value
  `  "
  ` [PATCH v2] "
    ` [Linux-kselftest-mirror] "

[PATCH net-next] virtio_net: implement VIRTIO_CONFIG_S_NEEDS_RESET
 2017-12-29  3:10 UTC  (12+ messages)

[RFT PATCH] efi: capsule-loader: reinstate virtual capsule mapping
 2017-12-29  3:09 UTC  (2+ messages)


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.