All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-02 01:29:42 to 2019-07-02 02:31:35 UTC [more...]

[U-Boot] [PATCH 00/52] Support i.MX8MM/N
 2019-07-02  2:31 UTC  (22+ messages)
` [U-Boot] [PATCH 01/52] linux: compat: guard PAGE_SIZE
` [U-Boot] [PATCH 02/52] dm: clk: ignore default settings when node not valid
` [U-Boot] [PATCH 03/52] pinctrl: imx: use devfdt_get_addr_size_index
` [U-Boot] [PATCH 04/52] i2c: mxc: add CONFIG_CLK support
` [U-Boot] [PATCH 05/52] tools: imx8m_image: align spl bin image size
` [U-Boot] [PATCH 06/52] ddr: imx8m: fix ddr firmware location when enable SPL OF
` [U-Boot] [PATCH 07/52] tools: imx8mimage: fix HDMI/FIT parsing
` [U-Boot] [PATCH 08/52] imx8m: add image cfg for i.MX8MM lpddr4
` [U-Boot] [PATCH 09/52] imx: add IMX8MQ kconfig entry
` [U-Boot] [PATCH 10/52] imx: add IMX8MM "
` [U-Boot] [PATCH 11/52] imx: imx8mm: add clock bindings header
` [U-Boot] [PATCH 12/52] imx: add i.MX8MM cpu type
` [U-Boot] [PATCH 13/52] imx: spl: add spl_board_boot_device for i.MX8MM
` [U-Boot] [PATCH 14/52] imx8m: update imx-regs "
` [U-Boot] [PATCH 15/52] imx: add get_cpu_rev support "
` [U-Boot] [PATCH 16/52] imx8m: rename clock to clock_imx8mq
` [U-Boot] [PATCH 17/52] imx8m: restructure clock.h
` [U-Boot] [PATCH 18/52] imx8m: add clk support for i.MX8MM
` [U-Boot] [PATCH 19/52] imx8m: soc: probe clk before relocation
` [U-Boot] [PATCH 20/52] imx8m: add pin header for i.MX8MM
` [U-Boot] [PATCH 21/52] imx: add i.MX8MM PE property

[PATCH] net: ethernet: broadcom: bcm63xx_enet: Remove unneeded memset
 2019-07-02  2:29 UTC  (3+ messages)

[PATCH 1/2] drm/amdgpu/gfx9: use reset default for PA_SC_FIFO_SIZE
 2019-07-02  2:29 UTC  (2+ messages)

[RFC PATCH v4 00/12] security: x86/sgx: SGX vs. LSM
 2019-07-02  2:29 UTC  (10+ messages)
` [RFC PATCH v2 0/3] security/x86/sgx: SGX specific LSM hooks
  ` [RFC PATCH v2 1/3] x86/sgx: Add "

[PATCH net-next 3/7] net/rds: Wait for the FRMR_IS_FREE (or FRMR_IS_STALE) transition after posting IB_WR_LOCAL_INV
 2019-07-02  2:28 UTC  (6+ messages)

[GIT PULL] perf/core improvements and fixes
 2019-07-02  2:26 UTC  (44+ messages)
` [PATCH 01/43] perf tools: Fix cache.h include directive
` [PATCH 02/43] perf thread-stack: Fix thread stack return from kernel for kernel-only case
` [PATCH 03/43] perf thread-stack: Eliminate code duplicating thread_stack__pop_ks()
` [PATCH 04/43] perf tools: Increase MAX_NR_CPUS and MAX_CACHES
` [PATCH 05/43] perf intel-pt: Decoder to output CBR changes immediately
` [PATCH 06/43] perf intel-pt: Cater for CBR change in PSB+
` [PATCH 07/43] perf intel-pt: Add CBR value to decoder state
` [PATCH 08/43] perf intel-pt: Synthesize CBR events when last seen value changes
` [PATCH 09/43] perf db-export: Export synth events
` [PATCH 10/43] perf scripts python: export-to-sqlite.py: Export Intel PT power and ptwrite events
` [PATCH 11/43] perf scripts python: export-to-postgresql.py: "
` [PATCH 12/43] perf ctype: Remove unused 'graph_line' variable
` [PATCH 13/43] perf ui stdio: No need to use 'spaces' to left align
` [PATCH 14/43] perf ctype: Remove now unused 'spaces' variable
` [PATCH 15/43] perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.h
` [PATCH 16/43] tools x86 machine: Add missing util.h to pick up 'page_size'
` [PATCH 17/43] perf kallsyms: Adopt hex2u64 from tools/perf/util/util.h
` [PATCH 18/43] perf symbols: We need util.h in symbol-elf.c for zfree()
` [PATCH 19/43] perf tools: Remove old baggage that is util/include/linux/ctype.h
` [PATCH 20/43] perf tools: Add missing util.h to pick up 'page_size' variable
` [PATCH 21/43] tools perf: Move from sane_ctype.h obtained from git to the Linux's original
` [PATCH 22/43] perf tools: Use linux/ctype.h in more places
` [PATCH 23/43] tools lib: Adopt skip_spaces() from the kernel sources
` [PATCH 24/43] perf stat: Use recently introduced skip_spaces()
` [PATCH 25/43] perf header: Use skip_spaces() in __write_cpudesc()
` [PATCH 26/43] perf time-utils: Use skip_spaces()
` [PATCH 27/43] perf probe: Use skip_spaces() for argv handling
` [PATCH 28/43] perf strfilter: Use skip_spaces()
` [PATCH 29/43] perf metricgroup: Use strsep()
` [PATCH 30/43] perf report: Use skip_spaces()
` [PATCH 31/43] perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel
` [PATCH 32/43] tools lib: Adopt strim() from "
` [PATCH 33/43] perf tools: Remove trim() implementation, use tools/lib's strim()
` [PATCH 34/43] perf tools: Ditch rtrim(), use strim() from tools/lib
` [PATCH 35/43] tools lib: Adopt strreplace() from the kernel
` [PATCH 36/43] perf tools: Drop strxfrchar(), use strreplace() equivalent from kernel
` [PATCH 37/43] tools lib: Move argv_{split,free} from tools/perf/util/
` [PATCH 38/43] perf stat: Make metric event lookup more robust
` [PATCH 39/43] perf stat: Don't merge events in the same PMU
` [PATCH 40/43] perf stat: Fix group lookup for metric group
` [PATCH 41/43] perf stat: Fix metrics with --no-merge
` [PATCH 42/43] perf annotate: Add csky support
` [PATCH 43/43] perf jevents: Use nonlocal include statements in pmu-events.c

[PATCH 0/3, net-next, v2] net: netsec: Add XDP Support
 2019-07-02  2:27 UTC  (2+ messages)

[PATCH net] net/tls: make sure offload also gets the keys wiped
 2019-07-02  2:23 UTC  (2+ messages)

[PATCH net] net/tls: reject offload of TLS 1.3
 2019-07-02  2:22 UTC  (2+ messages)

[PATCH v5 0/8] Add imx7ulp USBOTG1 support
 2019-07-02  2:22 UTC  (6+ messages)
` [PATCH v5 2/8] usb: phy: phy-mxs-usb: add imx7ulp support

Can I compile Linux Kernel 5.2-rc7 for PowerPC on Intel/AMD x86 hardware?
 2019-07-02  2:20 UTC  (3+ messages)

[Qemu-devel] [PULL 0/3] M68k next patches
 2019-07-01 16:40 UTC  (2+ messages)

mgag200 fails kdump kernel booting
 2019-07-02  2:21 UTC  (7+ messages)

[PATCH net-next 1/1] tc-testing: added tdc tests for prio qdisc
 2019-07-02  2:21 UTC  (2+ messages)

[PATCH 1/2] btrfs: Return number of compressed extents directly in compress_file_range
 2019-07-02  2:20 UTC  (4+ messages)
` [PATCH 2/2] btrfs: Move free_pages_out label in inline extent handling branch "

[Qemu-devel] [PULL 00/46] target-arm queue
 2019-07-01 16:39 UTC  (16+ messages)
` [Qemu-devel] [PULL 02/46] hw/arm/msf2-som: Exit when the cpu is not the expected one
` [Qemu-devel] [PULL 04/46] i.mx7d: Add no-op/unimplemented APBH DMA module
` [Qemu-devel] [PULL 05/46] i.mx7d: Add no-op/unimplemented PCIE PHY IP block
` [Qemu-devel] [PULL 07/46] pci: designware: Update MSI mapping when MSI address changes
` [Qemu-devel] [PULL 12/46] hw/arm/aspeed: Add RTC to SoC
` [Qemu-devel] [PULL 13/46] aspeed: introduce a configurable number of CPU per machine
` [Qemu-devel] [PULL 23/46] hw/misc/aspeed_xdma: New device
` [Qemu-devel] [PULL 29/46] target/arm: Makefile cleanup (ARM)
` [Qemu-devel] [PULL 33/46] target/arm/helper: Remove unused include
` [Qemu-devel] [PULL 35/46] target/arm: Fix coding style issues
` [Qemu-devel] [PULL 36/46] target/arm: Move the DC ZVA helper into op_helper
` [Qemu-devel] [PULL 38/46] target/arm: Declare get_phys_addr() function publicly
` [Qemu-devel] [PULL 40/46] target/arm/vfp_helper: Move code around
` [Qemu-devel] [PULL 41/46] target/arm/vfp_helper: Extract vfp_set_fpscr_to_host()
` [Qemu-devel] [PULL 43/46] target/arm/vfp_helper: Restrict the SoftFloat use to TCG

[PATCH v3 0/4] misc fixes to PV extentions code
 2019-07-01  2:20 UTC  (10+ messages)
` [Xen-devel] "
` [PATCH v3 1/4] x86/xen: Mark xen_hvm_need_lapic() and xen_x2apic_para_available() as __init
  ` [Xen-devel] "
` [PATCH v3 2/4] x86: Add nopv parameter to disable PV extensions
  ` [Xen-devel] "
` [PATCH v3 3/4] Revert "xen: Introduce 'xen_nopv' to disable PV extensions for HVM guests."
  ` [Xen-devel] "
` [Xen-devel] [PATCH v3 4/4] x86/xen: Add 'nopv' support for HVM guest
  `  "

No carrier lost information with gadget RNDIS/ECM
 2019-07-02  2:18 UTC  (11+ messages)

[PATCH net-next 0/2] Fix batched event generation for mirred action
 2019-07-02  2:18 UTC  (2+ messages)

[PATCH] powerpc/rtas: retry when cpu offline races with suspend/migration
 2019-07-02  2:16 UTC  (3+ messages)

[Qemu-devel] [PULL 0/4] Python queue, 2019-07-01
 2019-07-01 22:29 UTC 

[Xen-devel] [PATCH] tools/libxl: Add iothread support for COLO
 2019-07-02  2:16 UTC  (3+ messages)

[U-Boot] [PATCH] spl: atf: Fix uninitialized pointer to bl31_image_info
 2019-07-02  2:16 UTC  (2+ messages)

[Patch net 0/3] idr: fix overflow cases on 32-bit CPU
 2019-07-02  2:16 UTC  (2+ messages)

linux-next: manual merge of the net-next tree with the net tree
 2019-07-02  2:13 UTC 

[net-next 1/1] tipc: embed jiffies in macro TIPC_BC_RETR_LIM
 2019-07-02  2:12 UTC  (2+ messages)

[PATCH net-next v2] hinic: implement the statistical interface of ethtool
 2019-07-02  2:12 UTC  (3+ messages)

[PATCH] netlink: use 48 byte ctx instead of 6 signed longs for callback
 2019-07-02  2:12 UTC  (3+ messages)

[U-Boot] [RESEND PATCH v3 00/18] Improvement for the DWC3 USB generic driver and fixes for the K2 platforms
 2019-07-02  2:11 UTC  (3+ messages)
` [U-Boot] [RESEND PATCH v3 13/18] usb: dwc3: Kconfig: get rid of obsolete mode selection

[Xen-devel] [PATCH] xen/events: fix binding user event channels to cpus
 2019-07-02  2:09 UTC  (3+ messages)
  `  "

[Qemu-devel] [PULL 0/8] Python queue, 2019-06-07
 2019-07-01 22:25 UTC  (3+ messages)
  ` [Qemu-devel] Python 2 in tests/vm (was Re: [PULL 0/8] Python queue, 2019-06-07)

[U-Boot] Improvements to Rock960
 2019-07-02  2:07 UTC  (13+ messages)
` [U-Boot] [PATCH 1/6] arm64: rockchip: rock960: sync dts files from Linux 5.2-rc6
` [U-Boot] [PATCH 2/6] configs: rockchip: rock960: drop options for non-existent HW
` [U-Boot] [PATCH 3/6] configs: rockchip: rock960: enable pmic and regulator commands
` [U-Boot] [PATCH 4/6] configs: rockchip: rock960: enable DMA for SDHCI controller
` [U-Boot] [PATCH 5/6] configs: rockchip: rock960: Add support for USB ethernet adapters
` [U-Boot] [PATCH 6/6] configs: rockchip: rock960: enable USB3 support

Allow choose of U-Boot config for machine
 2019-07-02  2:06 UTC 

[PATCH net v3] vxlan: do not destroy fdb if register_netdevice() is failed
 2019-07-02  2:06 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/4] rockchip: rk3399: Fix USB3 support
 2019-07-02  2:05 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/4] rockchip: clk: rk3399: handle clk_enable requests for USB3
` [U-Boot] [PATCH v2 3/4] usb: xhci-dwc3: Add USB2 PHY configuration

[PATCH net-next] net/ipv6: Fix misuse of proc_dointvec "flowlabel_reflect"
 2019-07-02  2:05 UTC  (2+ messages)

[PATCH 0/2] soc: qcom: mdt_loader: Support loading non-split firmware
 2019-07-02  2:04 UTC  (2+ messages)

[PATCH 0/2] Support for buttons on newer MS Surface devices
 2019-07-02  2:04 UTC  (7+ messages)
` [PATCH v2 1/2] platform: Fix device check for surfacepro3_button

linux-next: build failure after merge of the clk tree
 2019-07-02  2:03 UTC  (3+ messages)

[PATCH v3 net-next] net: link_watch: prevent starvation when processing linkwatch wq
 2019-07-02  2:03 UTC  (2+ messages)

[PATCH net] sctp: fix error handling on stream scheduler initialization
 2019-07-02  2:02 UTC  (3+ messages)

[Qemu-devel] [PATCH] migration: move port_attr inside CONFIG_LINUX
 2019-07-01 16:47 UTC 

[Patch net] netrom: fix a memory leak in nr_rx_frame()
 2019-07-02  2:01 UTC  (2+ messages)

[PATCH net-next v2 00/16] mlxsw: PTP timestamping support
 2019-07-02  1:59 UTC  (2+ messages)

[PATCH v2 bpf-next 0/4] sys_bpf() access control via /dev/bpf
 2019-07-02  1:59 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/4] bpf: unprivileged BPF access "

[meta-networking][PATCH 0/6 V2] Upgrade 5 packages build with waf
 2019-07-02  1:58 UTC  (7+ messages)
` [meta-networking][PATCH 1/6 V2] waf-samba: switch to python3
` [meta-networking][PATCH 2/6 V2] libldb: upgrade 1.4.1 -> 1.5.4
` [meta-networking][PATCH 3/6 V2] libtevent: upgrade 0.9.37 -> 0.10.0
` [meta-networking][PATCH 4/6 V2] libtdb: upgrade 1.3.17 -> 1.4.0
` [meta-networking][PATCH 5/6 V2] libtalloc: upgrade 2.1.14 -> 2.2.0
` [meta-networking][PATCH 6/6 V2] samba: upgrade 4.8.12 -> 4.10.5

[PATCH V3] usb: gadget: storage: Remove warning message
 2019-07-02  1:58 UTC  (2+ messages)

[Qemu-trivial] [PATCH] BootLinuxSshTest: Only use 'test' for unittest.TestCase method names
 2019-07-01 17:25 UTC  (5+ messages)
  ` [Qemu-trivial] [Qemu-devel] "
      `  "

[PATCH RESEND 4.9.y] net: check before dereferencing netdev_ops during busy poll
 2019-07-02  1:56 UTC  (3+ messages)

[PATCH] completion: add missing completions for log, diff, show
 2019-07-02  1:56 UTC  (2+ messages)

Allow choose of U-Boot config for machine
 2019-07-02  1:55 UTC  (3+ messages)

[PATCH V2] block: fix .bi_size overflow
 2019-07-02  1:54 UTC  (6+ messages)

[PATCH 1/2] arm64: dts: imx8mq: Add gpio-ranges property
 2019-07-02  1:44 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: imx8mm: "

[PATCHES] Networking
 2019-07-02  1:52 UTC 

[LTP] [Kernel BUG?] SMSW operation get success on UMIP KVM guest
 2019-07-02  1:52 UTC  (5+ messages)

[PATCH v5] net: netfilter: Fix rpfilter dropping vrf packets by mistake
 2019-07-02  3:59 UTC 

!!!Klientskie bazy. Email: prodawez@armyspy.com Uznajte podrobnee
 2019-07-01 20:45 UTC 

[PATCH v3 0/4] Solve postboot supplier cleanup and optimize probe ordering
 2019-07-02  1:46 UTC  (5+ messages)
` [PATCH v3 2/4] of/platform: Add functional dependency link from DT bindings
` [PATCH v3 4/4] driver core: Add edit_links() callback for drivers

[PATCH V4] can: flexcan: fix stop mode acknowledgment
 2019-07-02  1:45 UTC 

[PATCH v4 0/8] Support disabling TCG on ARM
 2019-07-01 19:49 UTC  (2+ messages)
` [Qemu-devel] [PATCH v4 2/8] target/arm: Restrict semi-hosting to TCG

[Qemu-arm] [PATCH 0/6] hw/arm: Use ARM_CPU_TYPE_NAME() and object_initialize_child()
 2019-07-01 17:56 UTC  (2+ messages)
` [Qemu-devel] "

[meta-networking][PATCH] networkmanager: goodbye libnm-glib
 2019-07-02  1:35 UTC  (5+ messages)

Re: [PATCH v4] net: netfilter: Fix rpfilter dropping vrf packets by mistake
 2019-07-02  1:36 UTC 

[PATCH] ltp: diotest4: Let kernel pick an address when calling mmap
 2019-07-02  1:35 UTC 

[Qemu-devel] [PATCH] tests: Update DSDT ACPI table for arm/virt board with PCDIMM related changes
 2019-07-01 19:08 UTC 

[Qemu-devel] [PATCH] hw/misc/macio: Add the nvram as child of the MacIO south bridge
 2019-07-01 18:07 UTC  (2+ messages)

[PATCH] soc: ti: fix irq-ti-sci link error
 2019-07-02  1:30 UTC  (5+ messages)

[Qemu-devel] [PATCH v2 0/2] Add a UUID device property to IPMI
 2019-07-01 18:30 UTC  (2+ messages)
` [Qemu-devel] [PATCH v2 1/2] qdev: Add a no default uuid property

[meta-xfce][Patch 00/11] Upgrade to xfce 4.14 pre2
 2019-07-02  1:29 UTC  (12+ messages)
` [meta-xfce][Patch 01/11] thunar: 1.8.6 -> 1.8.7
` [meta-xfce][Patch 02/11] exo: 0.12.5 -> 0.12.6
` [meta-xfce][Patch 03/11] garcon: 0.6.2 -> 0.6.3
` [meta-xfce][Patch 04/11] thunar-volman: 0.9.2 -> 0.9.3
` [meta-xfce][Patch 05/11] xfce4-dev-tools: 4.12.0 -> 4.13.0
` [meta-xfce][Patch 06/11] xfce4-panel: 4.13.5 -> 4.13.6
` [meta-xfce][Patch 07/11] xfce4-power-manager: 1.6.2 -> 1.6.3
` [meta-xfce][Patch 08/11] xfce4-session: 4.13.2 -> 4.13.3
` [meta-xfce][Patch 09/11] xfdesktop: 4.13.4 -> 4.13.5
` [meta-xfce][Patch 10/11] xfwm4: 4.13.2 -> 4.13.3
` [meta-xfce][Patch 11/11] xfconf: 4.13.7 -> 4.13.8

[Qemu-arm] [PATCH v9 0/2] Add Arm SBSA Reference Machine
 2019-07-01 16:08 UTC  (3+ messages)
  ` [Qemu-devel] "

[PATCH] ltp: diotest4: Let kernel pick an address when calling mmap
 2019-07-02  1:30 UTC  (2+ messages)
` ✗ patchtest: failure for ltp: diotest4: Let kernel pick an address when calling mmap (rev2)


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.