All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-03-04 00:53:47 to 2015-03-04 02:41:19 UTC [more...]

[U-Boot] [RFC PATCH v4 0/23] Add Driver Model support to network stack
 2015-03-04  2:41 UTC  (27+ messages)
` [U-Boot] [PATCH v5 0/27] "
  ` [U-Boot] [PATCH v5 01/27] test: dm: Reorder the objects to build
  ` [U-Boot] [PATCH v5 02/27] common: Make sure arch-specific map_sysmem() is defined
  ` [U-Boot] [PATCH v5 03/27] net: Provide a function to get the current MAC address
  ` [U-Boot] [PATCH v5 04/27] net: Rename helper function to be more clear
  ` [U-Boot] [PATCH v5 05/27] net: Remove unneeded "extern" in net.h
  ` [U-Boot] [PATCH v5 06/27] net: Refactor in preparation for driver model
  ` [U-Boot] [PATCH v5 07/27] net: Change return codes from net/eth.c to use errorno constants
  ` [U-Boot] [PATCH v5 08/27] net: Use int instead of u8 for boolean flag
  ` [U-Boot] [PATCH v5 09/27] net: Remove the bd* parameter from net stack functions
  ` [U-Boot] [PATCH v5 10/27] net: Make netretry actually do something
  ` [U-Boot] [PATCH v5 11/27] net: Access mapped physmem in net functions
  ` [U-Boot] [PATCH v5 12/27] cmd: net: Clean up return codes
  ` [U-Boot] [PATCH v5 13/27] dm: eth: Add basic driver model support to Ethernet stack
  ` [U-Boot] [PATCH v5 14/27] net: Clean up network stack names used in DM drivers
  ` [U-Boot] [PATCH v5 15/27] dm: eth: Pass the packet pointer as a parameter to recv
  ` [U-Boot] [PATCH v5 16/27] sandbox: eth: Add network support to sandbox
  ` [U-Boot] [PATCH v5 17/27] sandbox: eth: Add ARP and PING response to sandbox driver
  ` [U-Boot] [PATCH v5 18/27] test: dm: eth: Add tests for the eth dm implementation
  ` [U-Boot] [PATCH v5 19/27] dm: eth: Add support for aliases
  ` [U-Boot] [PATCH v5 20/27] dm: eth: Add support for ethprime env var
  ` [U-Boot] [PATCH v5 21/27] test: dm: eth: Add testing for ethrotate "
  ` [U-Boot] [PATCH v5 22/27] sandbox: eth: Add ability to disable ping reply in sandbox eth driver
  ` [U-Boot] [PATCH v5 23/27] test: dm: net: Add a test of the netretry behavior
  ` [U-Boot] [PATCH v5 24/27] sandbox: eth: Add a bridge to a real network for sandbox
  ` [U-Boot] [PATCH v5 25/27] sandbox: Enable DHCP and IP defrag

Raspberry Pi mailbox drivers
 2015-03-04  2:37 UTC  (5+ messages)
` [PATCH 01/10] dt/bindings: Add binding for BCM2835 mailbox driver

[nightly] Distroless meta-ti/master minimal build 2015-03-03_21-00-58
 2015-03-04  2:36 UTC 

[PATCH 1/2] ucm: document some standard values
 2015-03-04  2:35 UTC  (2+ messages)
` [PATCH 2/2] conf/ucm: broadwell-rt286: add ucm config

[PATCH 0/2] cpufreq-dt: support for cluster level clock
 2015-03-04  2:35 UTC  (7+ messages)
` [PATCH 1/2] cpufreq-dt: support "

[PATCH 0/3] fix some CAAM warnings
 2015-03-04  2:32 UTC  (4+ messages)
` [PATCH 1/3] crypto: caam: fix some compile warnings

Add Mediatek SoC Pinctrl/GPIO/EINT driver for MT8173
 2015-03-04  2:31 UTC  (8+ messages)
` [PATCH 1/3] arm64: mediatek: Add config option for mt8173

[RFC PATCH v4 00/34] Early kprobe: enable kprobes at very early booting stage
 2015-03-04  2:30 UTC  (9+ messages)
` [RFC PATCH v4 27/34] early kprobes on ftrace: kprobe_on_ftrace_get_old_insn()
` [PATCH 0/3] early kprobes: Fix bug in unregistering early kprobe before kprobe is ready
  ` [PATCH 3/3] early kprobes: x86: don't try to recover ftraced instruction before ftrace get ready

[PATCH v3 0/10] split ET_DYN ASLR from mmap ASLR
 2015-03-04  2:10 UTC  (44+ messages)
` [PATCH v3 01/10] arm: factor out mmap ASLR into mmap_rnd
` [PATCH v3 02/10] x86: standardize mmap_rnd() usage
` [PATCH v3 03/10] arm64: "
` [PATCH v3 04/10] mips: extract logic for mmap_rnd()
` [PATCH v3 05/10] powerpc: standardize mmap_rnd() usage
` [PATCH v3 06/10] s390: "
` [PATCH v3 07/10] mm: expose arch_mmap_rnd when available
` [PATCH v3 08/10] s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE
` [PATCH v3 09/10] mm: split ET_DYN ASLR from mmap ASLR
` [PATCH v3 10/10] mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE

[Debug 0/2] Fix regressions caused by commit 593669c2ac0f
 2015-03-04  2:29 UTC  (4+ messages)
` [Debug 2/2] x86/PCI/ACPI: Relax ACPI resource descriptor checks to work around BIOS bugs

[oe-commits] Bruce Ashfield : kern-tools: improve patch application performance
 2015-03-04  2:26 UTC  (2+ messages)

node-hotplug: is memset 0 safe in try_offline_node()?
 2015-03-04  2:22 UTC  (4+ messages)

[PATCH] Staging: rtl8192u: Fix duplicate conditional branch
 2015-03-04  2:25 UTC  (5+ messages)
  ` [Outreachy kernel] "

[meta-qt5][PATCH] fix build of qtwebengine if qtbase has no accessibility
 2015-03-04  2:25 UTC  (3+ messages)
` [meta-qt5][PATCHv2] "

stat inconsistency with overlayfs
 2015-03-04  2:24 UTC  (7+ messages)

[PATCH] drivers: usb: gadget: udc: Fix NULL dereference
 2015-03-04  1:11 UTC  (2+ messages)

[PATCH v2 00/15] tracing: 'hist' triggers
 2015-03-04  2:22 UTC  (3+ messages)

[PATCH] drm/i915: Changes for calculating dsi clk for CHT
 2015-03-04  2:17 UTC  (2+ messages)

[PATCHv4 net-next 0/3] Improvements for TCP PMTU
 2015-03-04  2:12 UTC  (6+ messages)
` [PATCHv4 net-next 3/3] ipv4: Create probe timer for tcp PMTU as per RFC4821

[PATCH v3 17/17] crypto: talitos - Update DT bindings with SEC1
 2015-03-04  2:17 UTC 

[Qemu-devel] [PATCH v4 0/5] target-i386: Simplify APIC ID initialization, move compat code to pc.c
 2015-03-04  2:13 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 1/5] target-i386: Move topology.h to include/hw/i386
` [Qemu-devel] [PATCH v4 2/5] target-i386: Remove unused APIC ID default code
` [Qemu-devel] [PATCH v4 3/5] target-i386: Move CPUX86State.cpuid_apic_id to X86CPU.apic_id
` [Qemu-devel] [PATCH v4 4/5] target-i386: Move APIC ID compatibility code to pc.c
` [Qemu-devel] [PATCH v4 5/5] target-i386: Require APIC ID to be explicitly set before CPU realize

[PATCH 1/2] drm/i915: Don't require primary->fb in intel_crtc_active()
 2015-03-04  2:15 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Don't assume primary & cursor are always on for wm calculation

Issues w/ Creative Labs [SB X-Fi Xtreme Audio] CA0110-IBG
 2015-03-04  2:12 UTC  (8+ messages)

[PATCH 0/2] ath5k: reset path fixes
 2015-03-04  2:12 UTC  (3+ messages)
` [PATCH 1/2] ath5k: channel change fix
` [PATCH 2/2] ath5k: fix reset race

[PATCH 3.2 00/24] 3.2.68-rc1 review
 2015-03-04  2:09 UTC  (3+ messages)

[PATCH v4 0/8] xen/arm: Resync the SMMU driver with the Linux one
 2015-03-04  2:08 UTC  (4+ messages)
` [PATCH v4 6/8] xen/iommu: smmu: Add Xen specific code to be able to use the driver

panic on 4.20 server exporting xfs filesystem
 2015-03-04  2:08 UTC  (4+ messages)

[PATCH] A fix to work around strict-aliasing rules breaking
 2015-03-04  2:07 UTC  (3+ messages)

[PATCH 0/3] perf tools: Adding xz decompression support
 2015-03-04  2:05 UTC  (4+ messages)
` [PATCH 09/14] perf tools: Use kmod_path__parse in decompress_kmodule

[PATCH] librte_eal/common: Fix cast from pointer to integer of different size
 2015-03-04  1:58 UTC  (6+ messages)
` [PATCH v2] "

[linux-next test] 35809: regressions - FAIL
 2015-03-04  1:56 UTC 

[PATCH] ALSA: Fix spelling typo in Documentation/DocBook/alsa-driver-api.xml
 2015-03-04  1:56 UTC  (3+ messages)
` [alsa-devel] "
  ` [PATCH/v2] "

[PATCH 1/2] acpi/video: Load the module even if ACPI is disabled
 2015-03-04  1:55 UTC  (2+ messages)

[RFC/PATCH 0/3] protocol v2
 2015-03-04  1:54 UTC  (13+ messages)

[RFC PATCH 0/7] Btrfs: qgroup: part-4: Add type to btrfs qgroup
 2015-03-04  1:49 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/5] target-i386: Simplify APIC ID initialization, move compat code to pc.c
 2015-03-04  1:51 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 2/5] target-i386: Move CPUX86State.cpuid_apic_id to X86CPU.apic_id

[PATCH 0/4] Btrfs: qgroup: part-2: bug fixes for qgroup reservation
 2015-03-04  1:47 UTC  (2+ messages)

[net-next v2 00/17][pull request] Intel Wired LAN Driver Updates 2015-03-03
 2015-03-04  1:47 UTC  (2+ messages)

[PATCH 1/3] drm/layerscape: Add fsl dcu DRM driver
 2015-03-04  1:32 UTC  (7+ messages)

[RFC PATCH] vfs: Use 12:20 bit major:minor in stat everywhere
 2015-03-04  1:47 UTC  (6+ messages)

[PATCH] ARM: at91: pm: change at91_pm_set_standby() to static
 2015-03-04  1:44 UTC  (2+ messages)

[PATCH v2 0/6] ARM: at91: fix irq_pm_install_action WARNING
 2015-03-04  1:43 UTC  (6+ messages)

[PATCH 0/3] powerpc/pseries: Fixes and cleanup of suspend/migration code
 2015-03-04  1:41 UTC  (7+ messages)
` [PATCH 2/3] powerpc/pseries: Little endian fixes for post mobility device tree update

[PATCH 1/5] ARM: shmobile: r8a7794 SYSC setup code
 2015-03-04  1:40 UTC  (2+ messages)

[PATCH 2/5] ARM: shmobile: Add r8a7794 reset code for SMP
 2015-03-04  1:36 UTC  (2+ messages)

How to handle TIF_MEMDIE stalls?
 2015-03-04  1:33 UTC  (12+ messages)

[PATCH] phy: rockchip-usb: Fixup rockchip_usb_phy_power_on failure path
 2015-03-04  1:33 UTC 

[Qemu-devel] [PATCH] target-ppc: Add versions to server CPU descriptions
 2015-03-04  1:31 UTC 

j-release name
 2015-03-04  1:31 UTC 

[PATCH] HID: wacom: ask for a in-prox report when it was missed
 2015-03-04  1:30 UTC  (3+ messages)

from: Adam Richter
 2015-03-04  1:29 UTC 

Patch "x86: Store a per-cpu shadow copy of CR4" gives VirtualBox 4.3.24 indigestion
 2015-03-04  1:28 UTC  (3+ messages)

[PATCH] btrfs/disk-io: Use '%zu' to print 'sizeof'
 2015-03-04  1:23 UTC 

[PATCH] f2fs: relocate Kconfig from misc filesystems
 2015-03-04  1:22 UTC 

[PATCH 0/4] hugetlbfs: optionally reserve all fs pages at mount time
 2015-03-04  1:21 UTC  (10+ messages)
` [PATCH 1/4] hugetlbfs: add reserved mount fields to subpool structure
` [PATCH 2/4] hugetlbfs: coordinate global and subpool reserve accounting
` [PATCH 3/4] hugetlbfs: accept subpool reserved option and setup accordingly
` [PATCH 4/4] hugetlbfs: document reserved mount option

[PATCH 1/1] net: fec: fix rcv is not last issue when do suspend/resume test
 2015-03-03 23:52 UTC 

OVS Offload Decision Proposal
 2015-03-04  1:18 UTC 

[PATCH net-next] ax25: Stop using magic neighbour cache operations
 2015-03-04  1:14 UTC  (13+ messages)
      ` [PATCH net-next 0/2] Neighbour table prep for MPLS
        ` [PATCH net-next 0/7] Basic MPLS support take 2
          ` [PATCH net-next 1/7] mpls: Refactor how the mpls module is built
          ` [PATCH net-next 2/7] mpls: Basic routing support
          ` [PATCH net-next 3/7] mpls: Add a sysctl to control the size of the mpls label table
          ` [PATCH net-next 4/7] mpls: Basic support for adding and removing routes
          ` [PATCH net-next 5/7] mpls: Functions for reading and wrinting mpls labels over netlink
          ` [PATCH net-next 6/7] mpls: Netlink commands to add, remove, and dump routes
          ` [PATCH net-next 7/7] mpls: Multicast route table change notifications

master - systemid: Add ACCESS_NEEDS_SYSTEM_ID VG flag
 2015-03-04  1:17 UTC 

[PATCH 0/7] fix build with debug enabled
 2015-03-04  1:17 UTC  (5+ messages)
` [PATCH 3/7] virtio: fix build with mempool "
` [PATCH 4/7] virtio: fix build with "

[PATCH v2 0/5] crypto: talitos: Add crypto async queue handling
 2015-03-04  0:35 UTC  (3+ messages)
` [PATCH v2 3/5] crypto: talitos: Fix off-by-one and use all hardware slots

nilfs-cleanerd startup on boot
 2015-03-04  1:11 UTC  (3+ messages)
    ` [systemd-devel] "

3% Loan Offer!!!
 2015-03-03 22:41 UTC 

Denys Dmytriyenko : linux-ti-staging: update with recent platform and connectivity changes
 2015-03-04  1:09 UTC 

Denys Dmytriyenko : linux-ti-staging: update with recent platform and connectivity changes
 2015-03-04  1:09 UTC 

[RFC PATCH] Don't reset timestamps in include/generated if not needed
 2015-03-04  1:07 UTC 

heads up/RFC: 'perf trace' using ordered_events
 2015-03-04  1:07 UTC  (3+ messages)

[PATCH] linux-ti-staging: update with recent platform and connectivity changes
 2015-03-04  1:05 UTC 

FileStore performance: coalescing operations
 2015-03-04  1:05 UTC  (2+ messages)

[RFC] mm: page allocation for less fragmentation
 2015-03-04  1:05 UTC  (4+ messages)

[PATCH v10 0/4] enable Memory Bandwidth Monitoring (MBM) for VMs
 2015-03-04  1:04 UTC  (6+ messages)
` [PATCH v10 4/4] tools, docs: add total/local memory bandwith monitoring

master - systemid: Init and merge lvm2 and lvm1 fields
 2015-03-04  1:01 UTC 

master - vgchange: Prevent lvm1 system ID changes
 2015-03-04  1:01 UTC 

[PATCH v3 0/6] Kernel huge I/O mapping support
 2015-03-04  1:00 UTC  (6+ messages)
` [PATCH v3 6/6] x86, mm: Support huge KVA mappings on x86

[PATCH 0/7] FBC frontbuffer tracking conversion, v3
 2015-03-04  0:57 UTC  (3+ messages)
` [PATCH 6/7] drm/i915: add frontbuffer tracking to FBC


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.